Skip to content

Commit c4803da

Browse files
committed
docs: update per comments
Signed-off-by: Yi Zha <[email protected]>
1 parent 434a4cc commit c4803da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/container-registry/container-registry-tutorial-sign-build-push.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ The following steps show how to create a self-signed certificate for testing pur
214214
notation sign --signature-format cose --id $KEY_ID --plugin azure-kv --plugin-config self_signed=true --plugin-config credential_type=azurecli $IMAGE
215215
```
216216
217-
See below table for the values of `crendtial_type` for various credential types.
217+
See below table for the values of `credential_type` for various credential types.
218218
219-
| Credential type | Value for `crendtial_type` |
219+
| Credential type | Value for `credential_type` |
220220
| ---------------------------- | -------------------------- |
221221
| Environment credential | `environment` |
222222
| Workload identity credential | `workloadid` |

articles/container-registry/container-registry-tutorial-sign-trusted-ca.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ To import the certificate:
232232
notation sign --signature-format cose --id $KEY_ID --plugin azure-kv --plugin-config credential_type=azurecli $IMAGE
233233
```
234234

235-
See below table for the values of `crendtial_type` for various credential types.
235+
See below table for the values of `credential_type` for various credential types.
236236

237-
| Credential type | Value for `crendtial_type` |
237+
| Credential type | Value for `credential_type` |
238238
| ---------------------------- | -------------------------- |
239239
| Environment credential | `environment` |
240240
| Workload identity credential | `workloadid` |

0 commit comments

Comments
 (0)