Skip to content

Commit

Permalink
Fix sentence beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrlpld committed Jan 7, 2024
1 parent bb4a195 commit 9d7e605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ For more information see the above section on the [parent context](#using-the-pa

#### Limit the parent context variables with `only`

Limit the parent context variables passed to the component to only those variables provided by the `with` keyword (and no others from the calling template's context), use `only`:
To limit the parent context variables passed to the component to only those variables provided by the `with` keyword (and no others from the calling template's context), use `only`:

```html+django
{% component welcome with name=request.user.first_name only %}
Expand Down

0 comments on commit 9d7e605

Please sign in to comment.