Skip to content

Commit 5c0523a

Browse files
Update articles/azure-resource-manager/bicep/diagnostics/bcp132.md
Co-authored-by: Anthony Martin <[email protected]>
1 parent 6298a69 commit 5c0523a

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-resource-manager/bicep/diagnostics

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/diagnostics/bcp132.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following example raises the error because there are no declarations after t
2626
@description()
2727
```
2828

29-
You can fix the error by removing the decorator or add the declaration after the decorator.
29+
You can fix the error by removing the decorator or adding the declaration after the decorator.
3030

3131
```bicep
3232
@description('Declare a existing storage account.')

0 commit comments

Comments
 (0)