Skip to content

Commit c200d76

Browse files
committed
fix backticks
1 parent b6c5d85 commit c200d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Setup project with Visual Studio Code and TypeScript.
254254

255255
1. Create a `tsconfig.json` file in the project directory for ESM with the following content.
256256

257-
```json
257+
```json
258258
{
259259
"compilerOptions": {
260260
"target": "esnext",

0 commit comments

Comments
 (0)