Skip to content

Commit ada5978

Browse files
committed
Single-step list should be bulleted.
1 parent 217d7d8 commit ada5978

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
@@ -152,7 +152,7 @@ This code uses the following [Key Vault Certificate classes and methods](/javasc
152152

153153
::: zone pivot="programming-language-javascript"
154154

155-
1. Create new text file and paste the following code into the **index.js** file.
155+
* Create new text file and paste the following code into the **index.js** file.
156156

157157
```javascript
158158
const { CertificateClient, DefaultCertificatePolicy } = require("@azure/keyvault-certificates");

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

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

156156
::: zone pivot="programming-language-javascript"
157157

158-
1. Create new text file and paste the following code into the **index.js** file.
158+
* Create new text file and paste the following code into the **index.js** file.
159159

160160
```javascript
161161
const { KeyClient } = require("@azure/keyvault-keys");

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

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

154154
::: zone pivot="programming-language-javascript"
155155

156-
1. Create new text file and paste the following code into the **index.js** file.
156+
* Create new text file and paste the following code into the **index.js** file.
157157

158158
```javascript
159159
const { SecretClient } = require("@azure/keyvault-secrets");

0 commit comments

Comments
 (0)