Apply suggestions from code review

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-04-27 17:16:16 +02:00
committed by GitHub
parent c614ede9a5
commit 74f74ccbdb
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ yarn add @backstage/plugin-techdocs
Once the package has been installed, you need to import the plugin in your app.
In `packages/app/src/App.tsx`, import TechDocsPage and add the following to
In `packages/app/src/App.tsx`, import `TechDocsPage` and add the following to
`FlatRoutes`:
```tsx