Merge pull request #16315 from bkielbasa/patch-1

typo: typo in imported package name
This commit is contained in:
Patrik Oldsberg
2023-02-13 09:07:22 +01:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ i.e.`packages/backend/src/index.ts`.
```ts
// File: packages/backend/src/index.ts
import { URLReaders } from '@backstage/backend-common';
import { UrlReaders } from '@backstage/backend-common';
function makeCreateEnv(config: Config) {
// ....