Skip to content

Commit 0e6ee45

Browse files
authored
Apply suggestions from PR review
Fix auto-step-numbering; fix code indent formatting.
1 parent 7aab415 commit 0e6ee45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/content-safety/includes/quickstarts/typescript-quickstart-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ try {
157157

158158
## Build and run the sample
159159

160-
2. Compile the TypeScript code:
160+
1. Compile the TypeScript code:
161161

162162
```console
163163
npm run build
164164
```
165165

166-
3. Run the compiled JavaScript:
166+
1. Run the compiled JavaScript:
167167

168168
```console
169169
node dist/index.js

articles/ai-services/content-safety/includes/quickstarts/typescript-quickstart-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ms.author: pafarley
4646

4747
4. Install development dependencies:
4848

49-
```console
49+
```console
5050
npm install typescript @types/node --save-dev
5151
```
5252

0 commit comments

Comments
 (0)