Skip to content

Commit 567fd57

Browse files
committed
fix backtick
1 parent 85d23e6 commit 567fd57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/includes/quickstarts/search-get-started-rag-typescript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ ms.date: 06/05/2025
2020
- [Node.JS with LTS](https://nodejs.org/en/download/).
2121
- [TypeScript](https://www.typescriptlang.org/download). You can globally install TypeScript using npm:
2222

23-
```bash
24-
npm install -g typescript
25-
```
23+
```bash
24+
npm install -g typescript
25+
```
2626

2727

2828
## Configure access

0 commit comments

Comments
 (0)