Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/reference/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ It is useful to explain the various rules that apply on these expressions:
2. it can use anything in the rendering context (which typically contains the properties of the component):

```xml
<p t-if="user.birthday === today()">Happy bithday!</p>
<p t-if="user.birthday === today()">Happy birthday!</p>
```

is valid, and will read the `user` object from the context, and call the
Expand Down