Skip to content

Commit

Permalink
typo (#1036)
Browse files Browse the repository at this point in the history
Fix typo of `atribut` to `attribute`
  • Loading branch information
Jonezzyboy authored and dg committed Mar 2, 2024
1 parent 01d8057 commit 65ac267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latte/en/syntax.texy
Expand Up @@ -9,7 +9,7 @@ Below is a minimal template that illustrates a few basics elements: tags, n:attr

```latte
{* this is a comment *}
<ul n:if="$items"> {* n:if is n:atribut *}
<ul n:if="$items"> {* n:if is n:attribute *}
{foreach $items as $item} {* tag representing foreach loop *}
<li>{$item|capitalize}</li> {* tag that prints a variable with a filter *}
{/foreach} {* end of cycle *}
Expand Down

0 comments on commit 65ac267

Please sign in to comment.