Merge pull request #18806 from tomasmota/patch-1

Fix typo in devtools plugin readme
This commit is contained in:
Patrik Oldsberg
2023-08-01 14:18:37 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-devtools': patch
---
Fix readme typo
+1 -1
View File
@@ -210,7 +210,7 @@ To use the permission framework to secure the DevTools sidebar option you'll wan
```
2. Then open the `packages/app/src/components/Root/Root.tsx` file
3. The add these imports after all the existing import statements:
3. Then add these imports after all the existing import statements:
```ts
import { devToolsAdministerPermission } from '@backstage/plugin-devtools-common';