From 9640f2bceb06eb293a2ebb4c8ff9824f2648c551 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Mon, 20 Nov 2023 22:58:28 +0100 Subject: [PATCH] docs: fix section title on binding.md (#53072) fixes #53070 PR Close #53072 --- adev/src/content/guide/templates/binding.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adev/src/content/guide/templates/binding.md b/adev/src/content/guide/templates/binding.md index f4502b44936..e919be7cdb0 100644 --- a/adev/src/content/guide/templates/binding.md +++ b/adev/src/content/guide/templates/binding.md @@ -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.