Update discovery.md

Fixing a typo.

Signed-off-by: Cassidy Marble <marblenix@users.noreply.github.com>
This commit is contained in:
Cassidy Marble
2024-04-30 12:40:55 -04:00
committed by GitHub
parent 6e14fefe53
commit 48b38ae433
@@ -27,7 +27,7 @@ yarn --cwd packages/backend add @backstage/plugin-catalog-backend-module-bitbuck
### Installation with New Backend System
```ts
// optional if you want HTTP endpojnts to receive external events
// optional if you want HTTP endpoints to receive external events
// backend.add(import('@backstage/plugin-events-backend/alpha'));
// optional if you want to use AWS SQS instead of HTTP endpoints to receive external events
// backend.add(import('@backstage/plugin-events-backend-module-aws-sqs/alpha'));