diff --git a/docs/integrations/azure/org.md b/docs/integrations/azure/org.md index bc2b35d8c5..068aa70101 100644 --- a/docs/integrations/azure/org.md +++ b/docs/integrations/azure/org.md @@ -439,8 +439,7 @@ export async function myProviderConfigTransformer( Now we just need to add our new module to the Backend. -```ts -// packages/backend/src/index.ts +```ts title="packages/backend/src/index.ts" // Your file will have more than this in it const backend = createBackend();