Skip to content

Commit f9aa215

Browse files
committed
update docusaurus
1 parent 15301b2 commit f9aa215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ While it's often hard to find the best name, aim to optimize code for consistenc
722722
Camel case
723723
`products`, `productsFiltered`
724724
- **Booleans**
725-
Prefixed with `is`, `has` etc.
725+
Camel case, prefixed with `is`, `has` etc.
726726
`isDisabled`, `hasProduct`
727727
<!-- prettier-ignore-start -->
728728
<Rule href="https://typescript-eslint.io/rules/naming-convention">

0 commit comments

Comments
 (0)