Skip to content

Commit 13dfcb6

Browse files
authored
Acrolinx fixes
1 parent f42a91a commit 13dfcb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
@@ -147,7 +147,7 @@ Otherwise create an x509 self-signed certificate storing it in AKV for remote si
147147
az keyvault certificate download --file $CERT_PATH --id $CERT_ID --encoding PEM
148148
```
149149
150-
5. Add a signing key referencing the key id.
150+
5. Add a signing key referencing the key ID.
151151
152152
```bash
153153
notation key add $KEY_NAME --plugin azure-kv --id $KEY_ID
@@ -245,7 +245,7 @@ Otherwise create an x509 self-signed certificate storing it in AKV for remote si
245245
```bash
246246
notation verify $IMAGE
247247
```
248-
Upon successful verification of the image using the trust policy, the sha256 digest of the verified image is returned in a successful output messages.
248+
Upon successful verification of the image using the trust policy, the sha256 digest of the verified image is returned in a successful output message.
249249

250250
## Next steps
251251

0 commit comments

Comments
 (0)