Skip to content

Commit 59572b6

Browse files
authored
Variables use LOWER camel case...
"lower camel case" is more specific than "camel case"
1 parent 833ccdb commit 59572b6

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)