Skip to content

Commit 3e3094b

Browse files
authored
docs: fix typo in 9.0.0.md (#417)
1 parent a9f34e9 commit 3e3094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releases/9.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ const userFindMany2 = UserTC.mongooseResolvers.findMany({
455455
},
456456
// add suffix for avoiding type names collision with resolver above
457457
suffix: 'AnotherFindMany',
458-
)};
458+
});
459459
```
460460

461461
[Issue #250](https://github.com/graphql-compose/graphql-compose-mongoose/issues/250)

0 commit comments

Comments
 (0)