Skip to content

Commit 194af20

Browse files
authored
fix: correct a typo
changed > to {
1 parent ad0d231 commit 194af20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/containers/tutorial-custom-docker-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ az acr credential show --name <azure-container-registry-name>
118118
The output reveals two passwords along with the user name.
119119

120120
```json
121-
<
121+
{
122122
"passwords": [
123123
{
124124
"name": "password",

0 commit comments

Comments
 (0)