Merge pull request #21827 from Thutm/Bug-Report-tiny-documentation-spelling-mistake

Updating bad path in docs
This commit is contained in:
Fredrik Adelöw
2023-12-14 10:51:52 +01:00
committed by GitHub
+1 -1
View File
@@ -309,7 +309,7 @@ package, which is done as follows:
.addRouter('', await app(appEnv));
```
3. Remove the `@backstage/plugin-app-backend` and the app package dependency
(e.g. `app`) from `packages/backend/packages.json`. If you don't remove the
(e.g. `app`) from `packages/backend/package.json`. If you don't remove the
app package dependency the app will still be built and bundled with the
backend.