From fc321ea438da854a96560a306873608910f0fc6f Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Thu, 28 Dec 2023 13:50:10 +0100 Subject: [PATCH] Fix typo in templates.md bithday -> birthday --- doc/reference/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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