Skip to content

Commit a5b14fc

Browse files
docs: card component typos (#663)
1 parent 90d5fa0 commit a5b14fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,8 +1351,8 @@ def dashboard_callback(request: HttpRequest) -> Dict:
13511351
```
13521352

13531353
```django-html
1354-
{% component "unfold/components/card" with title="Card title" %}
1355-
{% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% encomponent %}
1354+
{% component "unfold/components/card.html" with title="Card title" %}
1355+
{% component "unfold/components/table.html" with table=table_data card_included=1 striped=1 %}{% endcomponent %}
13561356
{% endcomponent %}
13571357
```
13581358

0 commit comments

Comments
 (0)