We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc4e20 commit 8eafdfdCopy full SHA for 8eafdfd
articles/azure-resource-manager/bicep/bicep-error-bcp037.md
@@ -49,7 +49,7 @@ param foo storageAccountConfigType = {
49
}
50
```
51
52
-The following example raises the error because `obj` is a sealed type and does not define a `baz` property.
+The following example raises the error because `obj` is a sealed type and doesn't define a `baz` property.
53
54
```bicep
55
@sealed()
@@ -65,7 +65,7 @@ param p obj = {
65
66
67
68
-You can fix teh issue by removing the property:
+You can fix the issue by removing the property:
69
70
71
0 commit comments