Skip to content

Commit cd184b7

Browse files
committed
fix code block
1 parent b598502 commit cd184b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/includes/quickstarts/semantic-ranker-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you signed in to the [Azure portal](https://portal.azure.com), you're signed
9898

9999
## Create a common authentication file
100100

101-
Create a file in `./src` called `config.ts` to hold the environment variables and authentication credential. Copy in the following code. This file will be used by all the other files in this quickstart.
101+
1. Create a file in `./src` called `config.ts` to hold the environment variables and authentication credential. Copy in the following code. This file will be used by all the other files in this quickstart.
102102

103103
```typescript
104104
import { DefaultAzureCredential } from "@azure/identity";

0 commit comments

Comments
 (0)