mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 13:58:16 +00:00
Fix spelling.
This commit is contained in:
parent
e9d69a1b6c
commit
a5b64b47b7
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ When using the component, you specify what slots you want to fill and where you
|
|||
{% endcomponent_block %}
|
||||
```
|
||||
|
||||
Since to header block is unspecified, it's taken from the base template. If you put this in a template, and send in date=2020-06-06, this is what's rendered:
|
||||
Since the header block is unspecified, it's taken from the base template. If you put this in a template, and send in date=2020-06-06, this is what's rendered:
|
||||
|
||||
```html
|
||||
<div class="calendar-component">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue