diff --git a/doc/reference/templates.md b/doc/reference/templates.md index 705728a8c..cc7789651 100644 --- a/doc/reference/templates.md +++ b/doc/reference/templates.md @@ -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 -
Happy bithday!
+Happy birthday!
``` is valid, and will read the `user` object from the context, and call the