Skip to content

Commit 9ae600b

Browse files
authored
docs: components sample code typo
Fix typo in 'Unfold components' section: endcompontent -> endcomponent
1 parent b0d0051 commit 9ae600b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ The biggest benefit of Unfold components is the possibility to nest them inside
903903
Card Title
904904
{% endcomponent %}
905905
{% endcomponent %}
906-
{% endcompontent %}
906+
{% endcomponent %}
907907
```
908908

909909
Below you can find a more complex example which is using multiple components and processing them based on the passed variables from the `DASHBOARD_CALLBACK`.

0 commit comments

Comments
 (0)