Skip to content

Commit d8dee90

Browse files
committed
Fix typo
NodeJS -> Node.js
1 parent be5df78 commit d8dee90

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The cURL command line tool doesn't format API responses that contain JSON conten
9898

9999
#### [Windows](#tab/windows)
100100

101-
Use the NodeJS *json tool* as a JSON formatter for cURL. If you don't have [Node.js](https://nodejs.org/) installed, download and install the latest version.
101+
Use the Node.js *json tool* as a JSON formatter for cURL. If you don't have [Node.js](https://nodejs.org/) installed, download and install the latest version.
102102

103103
1. Open a console window and install the json tool by using the following command:
104104

articles/ai-services/document-intelligence/how-to-guides/includes/v4-0/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The cURL command line tool doesn't format API responses that contain JSON conten
9090

9191
#### [Windows](#tab/windows)
9292

93-
Use the NodeJS *json tool* as a JSON formatter for cURL. If you don't have [Node.js](https://nodejs.org/) installed, download and install the latest version.
93+
Use the Node.js *json tool* as a JSON formatter for cURL. If you don't have [Node.js](https://nodejs.org/) installed, download and install the latest version.
9494

9595
1. Open a bash window and install the json tool by using the following command:
9696

articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ This table shows the previous and new object names for real-time diarization and
319319

320320
* [New JavaScript meeting transcription quickstart](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/javascript/browser/meeting-transcription/README.md)
321321

322-
* [New NodeJS conversation transcription quickstart](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/javascript/node/conversation-transcription/README.md)
322+
* [New Node.js conversation transcription quickstart](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/javascript/node/conversation-transcription/README.md)
323323

324-
* [New NodeJS meeting transcription quickstart](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/javascript/node/meeting-transcription/README.md)
324+
* [New Node.js meeting transcription quickstart](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/javascript/node/meeting-transcription/README.md)
325325

326326
### Speech SDK 1.30.0: July 2023 release
327327

articles/machine-learning/data-science-virtual-machine/release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Primary changes:
471471
- Changed Intellijidea to version 2021.2.3
472472
- Changed NVIDIA Drivers to version 470.103.01
473473
- Changed NVIDIA SMI to version 470.103.01
474-
- Changed Nodejs to version v16.13.0
474+
- Changed Node.js to version v16.13.0
475475
- Changed Pycharm to version 2021.2.3
476476
- Changed VS Code to version 1.61.2
477477
- Conda
@@ -502,7 +502,7 @@ Primary changes:
502502
- Changed pytorch to version 1.9.1
503503
- Changed Docker to version 20.10.9
504504
- Changed Intellijidea to version 2021.2.2
505-
- Changed Nodejs to version v14.18.0
505+
- Changed Node.js to version v14.18.0
506506
- Changed Pycharm to version 2021.2.2
507507
- Changed VS Code to version 1.60.2
508508
- Fixed AutoML environment (azureml_py36_automl)
@@ -578,7 +578,7 @@ Selected version updates include:
578578
- Julia 1.0.5
579579
- Jupyter Lab 2.2.6
580580
- Microsoft Edge browser
581-
- NodeJS 16.2.0
581+
- Node.js 16.2.0
582582
- Power BI Desktop 2.93.641.0 64-bit (May 2021)
583583
- PyCharm Community Edition 2021.1.1
584584
- Python 3.8

articles/search/cognitive-search-how-to-debug-skillset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Tunnelmole is an open source tunneling tool that can create a public URL that fo
176176
+ npm: `npm install -g tunnelmole`
177177
+ Linux: `curl -s https://tunnelmole.com/sh/install-linux.sh | sudo bash`
178178
+ Mac: `curl -s https://tunnelmole.com/sh/install-mac.sh --output install-mac.sh && sudo bash install-mac.sh`
179-
+ Windows: Install by using npm. Or if you don't have NodeJS installed, download the [precompiled .exe file for Windows](https://tunnelmole.com/downloads/tmole.exe) and put it somewhere in your PATH.
179+
+ Windows: Install by using npm. Or if you don't have Node.js installed, download the [precompiled .exe file for Windows](https://tunnelmole.com/downloads/tmole.exe) and put it somewhere in your PATH.
180180

181181
1. Run this command to create a new tunnel:
182182

0 commit comments

Comments
 (0)