Skip to content

Commit 8eafdfd

Browse files
authored
fixing and raising acrolinx
1 parent 1bc4e20 commit 8eafdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-error-bcp037.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ param foo storageAccountConfigType = {
4949
}
5050
```
5151

52-
The following example raises the error because `obj` is a sealed type and does not define a `baz` property.
52+
The following example raises the error because `obj` is a sealed type and doesn't define a `baz` property.
5353

5454
```bicep
5555
@sealed()
@@ -65,7 +65,7 @@ param p obj = {
6565
}
6666
```
6767

68-
You can fix teh issue by removing the property:
68+
You can fix the issue by removing the property:
6969

7070
```bicep
7171
@sealed()

0 commit comments

Comments
 (0)