Skip to content

Commit c29b51d

Browse files
authored
Apply suggestions from code review
Remove extra period noted by Acrolinx.
1 parent 57ffbbd commit c29b51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/linter-rule-simplify-json-null.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use the following value in the [Bicep configuration file](bicep-config-linter.md
1717

1818
## Solution
1919

20-
The following example fails this test because `json('null')` is used.:
20+
The following example fails this test because `json('null')` is used:
2121

2222
```bicep
2323
@description('The name of the API Management service instance')

0 commit comments

Comments
 (0)