Skip to content

Commit 181b14e

Browse files
committed
TS single step
1 parent ada5978 commit 181b14e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/key-vault/certificates/quick-create-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ This code uses the following [Key Vault Certificate classes and methods](/javasc
270270

271271
::: zone-end
272272
::: zone pivot="programming-language-typescript"
273-
1. Create new text file and paste the following code into the **index.ts** file.
273+
* Create new text file and paste the following code into the **index.ts** file.
274274

275275
:::code language="typescript" source="~/azure-typescript-e2e-apps/quickstarts/key-vault/src/certificates.ts" :::
276276

articles/key-vault/keys/quick-create-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ This code uses the following [Key Vault Secret classes and methods](/javascript/
269269

270270
::: zone-end
271271
::: zone pivot="programming-language-typescript"
272-
1. Create new text file and paste the following code into the **index.ts** file.
272+
* Create new text file and paste the following code into the **index.ts** file.
273273

274274
:::code language="typescript" source="~/azure-typescript-e2e-apps/quickstarts/key-vault/src/keys.ts" :::
275275

articles/key-vault/secrets/quick-create-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ This code uses the following [Key Vault Secret classes and methods](/javascript/
243243
```
244244
::: zone-end
245245
::: zone pivot="programming-language-typescript"
246-
1. Create new text file and paste the following code into the **index.ts** file.
246+
* Create new text file and paste the following code into the **index.ts** file.
247247

248248
:::code language="typescript" source="~/azure-typescript-e2e-apps/quickstarts/key-vault/src/secrets.ts" :::
249249

0 commit comments

Comments
 (0)