Skip to content

Commit 996fa16

Browse files
committed
update
1 parent c6003d3 commit 996fa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/linter-rule-prefer-unquoted-property-names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 07/29/2022
99

1010
This rule finds unnecessary single quotes where an object property name is declared and where an object property is dereferenced with array access.
1111

12-
In Bicep, quotes are optionally allowed when the object property keys contain number or special characters. For example space, '-', or '.'. For more information, see [Objects](./data-types.md#objects).
12+
In Bicep, quotes are optionally allowed when the object property keys contain numbers or special characters. For example, space, '-', or '.'. For more information, see [Objects](./data-types.md#objects).
1313

1414
## Linter rule code
1515

0 commit comments

Comments
 (0)