Skip to content

Commit e93a477

Browse files
committed
Remove typo ;
1 parent ab5f37d commit e93a477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libraries/linkable-specs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const exampleSpec = new LinkableSpec('https://specs.graphql-hive.com/example', {
4444
FieldDefinition: node => {
4545
const example = node.directives?.find(d => d.name.value === exampleName);
4646
if (example) {
47-
examples[node.name.value;] =
47+
examples[node.name.value] =
4848
(
4949
example.arguments?.find(a => a.name.value === 'eg')?.value as
5050
| StringValueNode

0 commit comments

Comments
 (0)