From 5e282bc5377508cf8c3f21c2800350eee80a5a3a Mon Sep 17 00:00:00 2001 From: darylgraham Date: Fri, 27 Dec 2024 11:59:21 +0000 Subject: [PATCH] codefence title added instead of a comment inside the block Signed-off-by: darylgraham --- docs/integrations/azure/org.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();