fix(graphql-voyger): Typo in install instructions
Signed-off-by: Adam Harvey <aharvey00@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
---
|
||||
|
||||
Fix typo in install instructions.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user