Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 12, 2024
1 parent 474c256 commit 4f35d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Using the Empty Coalescing operator is simple; you can chain together as many va
```twig
{% set choice = thingOne ??? thingTwo ??? thingThree ??? thingFour %}
```
The first thing that is defined, not null, and not empty will be what `choise` is set to. If _nothing_ meets that criteria, then `choice` is set to `null`. For example:
The first thing that is defined, not null, and not empty will be what `choice` is set to. If _nothing_ meets that criteria, then `choice` is set to `null`. For example:

```twig
{% set bar = null %}
Expand Down

0 comments on commit 4f35d04

Please sign in to comment.