Skip to content

Commit

Permalink
docs: fix documentation error
Browse files Browse the repository at this point in the history
fix documentation error

Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed Jan 27, 2024
1 parent 2abbd5a commit 2e40d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/backstage.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async function main() {
// ...
const pagerdutyEnv = useHotMemoize(module, () => createEnv('pagerduty'));
// ...
apiRouter.use('/pagerduty', await todo(pagerdutyEnv));
apiRouter.use('/pagerduty', await pagerduty(pagerdutyEnv));
```

### Configure Backend plugin API credentials
Expand Down

0 comments on commit 2e40d15

Please sign in to comment.