Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
treagod authored Oct 30, 2024
1 parent 53596dd commit c28cd38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/templates/reference/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ For example:
```
{% verbatim %}
This should not be {{ processed }}.
{% endverbaim %}
{% endverbatim %}
```

Would output `This should not be {{ processed }}.`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ For example:
```
{% verbatim %}
This should not be {{ processed }}.
{% endverbaim %}
{% endverbatim %}
```

Would output `This should not be {{ processed }}.`.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ For example:
```
{% verbatim %}
This should not be {{ processed }}.
{% endverbaim %}
{% endverbatim %}
```

Would output `This should not be {{ processed }}.`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ For example:
```
{% verbatim %}
This should not be {{ processed }}.
{% endverbaim %}
{% endverbatim %}
```

Would output `This should not be {{ processed }}.`.
Expand Down
2 changes: 1 addition & 1 deletion src/marten/template/tag/verbatim.cr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Marten
# ```
# {% verbatim %}
# This should not be {{ processed }}.
# {% endverbaim %}
# {% endverbatim %}
# ```
class Verbatim < Base
@inner_nodes : NodeSet
Expand Down

0 comments on commit c28cd38

Please sign in to comment.