docs: Fix typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 17:03:01 +02:00
parent 222b18a67f
commit 14bddfd10f
20 changed files with 28 additions and 26 deletions
@@ -237,7 +237,7 @@ The development server created above will be automatically configured with the d
```ts title="in dev/index.js"
//...
// This package should be installed as `devDependecies`
// This package should be installed as `devDependencies`
import { mockServices } from '@backstage/backend-test-utils';
const backend = createBackend();