Merge pull request #19253 from adamdmharvey/adamdmharvey/patch-graphql-voyager

fix(graphql-voyager): Typo in install instructions
This commit is contained in:
Fredrik Adelöw
2023-08-08 13:46:41 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ In order to be able to navigate to the graphQL voyager page, a new route needs t
const routes = (
<FlatRoutes>
<Route path="/graphql-voyager" element={<GraphqlVoyagerPage title="This is Voyager!"/>}/>
<Route path="/graphql-voyager" element={<GraphQLVoyagerPage title="This is Voyager!"/>}/>
```
### Configuration