Skip to content

Commit

Permalink
Update tags.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jg-rp authored Jul 14, 2024
1 parent 3d4832a commit d452347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/extra/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ This implementation of `if` maintains that right associativity so that any stand

Drop-in replacements for the standard output statement, [`assign`](../language/tags.md#assign) tag, and [`echo`](../language/tags.md#echo) tag that support inline `if`/`else` expressions. You can find a BNF-like description of the inline conditional expression in [this gist](https://gist.github.com/jg-rp/e2dc4da9e5033e087e46016008a9d91c#file-inline_if_expression-bnf).

Register one or more of `ConditionalOutputStatement`, `ConditionalAssignTag` amd `ConditionalEchoTag` from `liquidscript.extra.tags` with an [`Environment`](../api/classes/Environment.md) to make them available to templates rendered from that environment.
Register one or more of `ConditionalOutputStatement`, `ConditionalAssignTag` and `ConditionalEchoTag` from `liquidscript.extra.tags` with an [`Environment`](../api/classes/Environment.md) to make them available to templates rendered from that environment.

```javascript
import { Environment, extra } from "liquidscript";
Expand Down

0 comments on commit d452347

Please sign in to comment.