Skip to content

Commit a10a35e

Browse files
committed
Apostrophe, not hash
1 parent 85eea84 commit a10a35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/reference/field-types/lightswitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $entries = \craft\elements\Entry::find()
3232
```
3333
:::
3434

35-
Elements without a value for a lightswitch field (say, because they haven't been saved since the field was added) are treated as if they have the default field value. For example, querying against a field that defaults to _off_
35+
Elements without a value for a lightswitch field (say, because they havent been saved since the field was added) are treated as if they have the default field value. For example, querying against a field that defaults to _off_
3636

3737
```twig{3}
3838
{% set archive = craft.entries()

0 commit comments

Comments
 (0)