Skip to content

Commit c113b7b

Browse files
authored
Merge pull request #82921 from ghanique-pra/patch-3
Variables use LOWER camel case...
2 parents ac3f712 + 59572b6 commit c113b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more information about Bicep parameters, see [Parameters in Bicep](parameter
3636

3737
## Variables
3838

39-
* Use camel case for variable names, such as `myVariableName`.
39+
* Use lower camel case for variable names, such as `myVariableName`.
4040

4141
* When you define a variable, the [data type](data-types.md) isn't needed. Variables infer the type from the resolve value.
4242

0 commit comments

Comments
 (0)