typo: typo in imported package name
Signed-off-by: Bartłomiej Klimczak <bartlomiej.klimczak88@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6c6613ea3c
commit
2be83af0a8
@@ -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) {
|
||||
// ....
|
||||
|
||||
Reference in New Issue
Block a user