Skip to content

Commit ce5e1cd

Browse files
authored
Apply suggestions from code review
Fixed typo
1 parent aae5867 commit ce5e1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/includes/assistants-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ An individual assistant can access up to 128 tools including `code interpreter`,
112112

113113
#### [TypeScript](#tab/typescript)
114114

115-
Sign in to Azure with `az login` then create and run an assistant with the following **recommdended** passwordless TypeScript module (index.ts):
115+
Sign in to Azure with `az login` then create and run an assistant with the following **recommended** passwordless TypeScript module (index.ts):
116116

117117
:::code language="typescript" source="~/azure-typescript-e2e-apps/quickstarts/azure-openai-assistants/ts/src/index.ts" :::
118118

@@ -122,7 +122,7 @@ To use the service key for authentication, you can create and run an assistant w
122122

123123
#### [JavaScript](#tab/javascript)
124124

125-
Sign in to Azure with `az login` then create and run an assistant with the following **recommdended** passwordless Javascript module (index.mjs):
125+
Sign in to Azure with `az login` then create and run an assistant with the following **recommended** passwordless Javascript module (index.mjs):
126126

127127
:::code language="javascript" source="~/azure-typescript-e2e-apps/quickstarts/azure-openai-assistants/js/src/index.mjs" :::
128128

0 commit comments

Comments
 (0)