Skip to content

Commit 21b5657

Browse files
Update getting-started.md (#852)
Fixed typo in Apollo example Signed-off-by: James Becwar <james.becwar@icf.com>
1 parent 517a309 commit 21b5657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const server = new ApolloServer<AppContext>({
6969
resolvers,
7070
...protection,
7171
plugins: [...protection.plugins, myPlugin1, myPlugin2 ]
72-
validationRules: [, ...protection.validationRules, myRule1, myRule2 ]
72+
validationRules: [...protection.validationRules, myRule1, myRule2 ]
7373
});
7474
```
7575

0 commit comments

Comments
 (0)