fix(docs): Fixed various letter casing and script errors

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
This commit is contained in:
Łukasz Jernaś
2024-09-05 17:10:40 +02:00
parent 5b43f7f78f
commit 326faeddae
22 changed files with 39 additions and 31 deletions
@@ -54,7 +54,7 @@ To begin, you will need to import your plugin in the entities page. Located at
your backstage app.
```tsx
import { MyPluginEntityContent } from '@backstage/plugin-my-plugin;
import { MyPluginEntityContent } from '@backstage/plugin-my-plugin';
```
To add your component to the Entity view, you will need to modify the