docs: fix section title on binding.md (#53072)

fixes #53070

PR Close #53072
This commit is contained in:
Matthieu Riegler 2023-11-20 22:58:28 +01:00 committed by Dylan Hunn
parent d89491d195
commit 9640f2bceb

View file

@ -9,7 +9,9 @@ Examples of binding include:
* event binding
* two-way binding
Bindings always have two parts: a _target_ which will receive the bound value, and a _template expression_ which produces a value from the model.## Syntax
Bindings always have two parts: a _target_ which will receive the bound value, and a _template expression_ which produces a value from the model.
## Syntax
Template expressions are similar to JavaScript expressions.
Many JavaScript expressions are legal template expressions, with the following exceptions.