Skip to content

Commit

Permalink
Update reference-naming.md (#28892)
Browse files Browse the repository at this point in the history
change boolean example to compression_enabled
  • Loading branch information
katbyte authored Feb 26, 2025
1 parent 0b3e6a9 commit f5bc6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/topics/reference-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are some general guidelines you can turn to when naming properties:
* For booleans these guidelines apply:

* As a general rule, booleans should be appended with `_enabled` e.g.
>`public_network_access_enabled`
>`compression_enabled`
* Booleans named `disableSomething` in the API should be flipped and exposed as `something_enabled` in the provider.

Expand Down

0 comments on commit f5bc6cb

Please sign in to comment.