docs: adjust code block type in permission tutorial step 1

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2023-02-03 10:34:35 +00:00
parent b27e2f16b0
commit c578ab6583
+1 -1
View File
@@ -48,7 +48,7 @@ The source code is available here:
Create a new `packages/backend/src/plugins/todolist.ts` with the following content:
```javascript
```typescript
import { DefaultIdentityClient } from '@backstage/plugin-auth-node';
import { createRouter } from '@internal/plugin-todo-list-backend';
import { Router } from 'express';