Skip to content

Commit 7a14a72

Browse files
committed
Id -> ID
1 parent 6cd14d6 commit 7a14a72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/openai/includes/dall-e-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Your app's _package.json_ file will be updated with the dependencies.
6464

6565
Create a new file named _ImageGeneration.js_ and open it in your preferred code editor. Copy the following code into the _ImageGeneration.js_ file:
6666

67-
#### [TypeScript (Microsoft Entra Id)](#tab/typescript-keyless)
67+
#### [TypeScript (Microsoft Entra ID)](#tab/typescript-keyless)
6868

6969
```typescript
7070
import "dotenv/config";
@@ -130,7 +130,7 @@ main().catch((err) => {
130130
```
131131

132132

133-
#### [JavaScript (API key)](#tab/javascript-key)
133+
#### [JavaScript (Microsoft Entra ID)](#tab/javascript-keyless)
134134

135135
```javascript
136136
require("dotenv/config");

articles/ai-services/openai/includes/gpt-v-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Your app's _package.json_ file will be updated with the dependencies.
6868
Select an image from the [azure-samples/cognitive-services-sample-data-files](https://github.com/Azure-Samples/cognitive-services-sample-data-files/tree/master/ComputerVision/Images) and set the URL for an image in the environment variables.
6969

7070

71-
## [**TypeScript** (Microsoft Entra Id)](#tab/typescript-keyless)
71+
## [**TypeScript** (Microsoft Entra ID)](#tab/typescript-keyless)
7272

7373
1. Create a _quickstart.ts_ and paste in the following code.
7474

@@ -166,7 +166,7 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
166166
```
167167

168168

169-
## [**JavaScript** (Microsoft Entra Id)](#tab/javascript-keyless)
169+
## [**JavaScript** (Microsoft Entra ID)](#tab/javascript-keyless)
170170

171171
1. Replace the contents of _quickstart.js_ with the following code.
172172

0 commit comments

Comments
 (0)