Skip to content

Commit

Permalink
docs: card component typos (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystianmagdziarz authored Aug 9, 2024
1 parent 90d5fa0 commit a5b14fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1351,8 +1351,8 @@ def dashboard_callback(request: HttpRequest) -> Dict:
```

```django-html
{% component "unfold/components/card" with title="Card title" %}
{% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% encomponent %}
{% component "unfold/components/card.html" with title="Card title" %}
{% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% endcomponent %}
{% endcomponent %}
```

Expand Down

0 comments on commit a5b14fc

Please sign in to comment.