Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdoc authored and adamghill committed Apr 2, 2024
1 parent 07babfb commit 656a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Classes that derive from `UnicornView` can include a `Meta` class that provides

### exclude

By default, all public attributes of the component are included in the context of the Django template and available to JavaScript. One way to protect internal-only data is to prefix the atteibute name with `_` to indicate it should stay private.
By default, all public attributes of the component are included in the context of the Django template and available to JavaScript. One way to protect internal-only data is to prefix the attribute name with `_` to indicate it should stay private.

```python
# hello_state.py
Expand Down

0 comments on commit 656a21c

Please sign in to comment.