Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jan 27, 2024
1 parent 0255ae2 commit 1df8b2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ yoshiakis

// packages and tools
argparse
arrayish
astro
astrojs
changesets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { parseDocument } from '../parseDocument';

jest.mock('../Logger');

import { GraphQLCache, getGraphQLCache } from '../GraphQLCache';
import { GraphQLCache } from '../GraphQLCache';

import { loadConfig } from 'graphql-config';

Expand Down Expand Up @@ -70,7 +70,7 @@ describe('MessageProcessor', () => {
getDiagnostics(_query, _uri) {
return [];
},
async getHoverInformation(_query, position, uri) {
async getHoverInformation(_query, position, _uri) {
return {
contents: '```graphql\nField: hero\n```',
range: new Range(position, position),
Expand Down

0 comments on commit 1df8b2e

Please sign in to comment.