Skip to content

Commit cd1a27c

Browse files
committed
Codespell nonsense.
1 parent 0d8367b commit cd1a27c

File tree

1 file changed

+1
-1
lines changed
  • Lombiq.HelpfulExtensions/Extensions/Liquid

1 file changed

+1
-1
lines changed

Lombiq.HelpfulExtensions/Extensions/Liquid/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Adds various Liquid tags and filters. For more information about Liquid in Orcha
44

55
## Tags
66

7-
- `{% ifnotempty condition %)`: Evaluates `condition` and if it's not a falsy value, converts the result to string. The statements inside this block are evaluated if the aforementioned string result is not `null`, empty or whitespace.
7+
- `{% ifnotempty condition %)`: Evaluates `condition` and if it's not a falsey value, converts the result to string. The statements inside this block are evaluated if the aforementioned string result is not `null`, empty or whitespace.

0 commit comments

Comments
 (0)