From dcaddf2dcbb72e2034846f0a75e260ce63186a15 Mon Sep 17 00:00:00 2001 From: Erfan Mirzapour <52346515+ErfanMirzapour@users.noreply.github.com> Date: Sun, 10 Aug 2025 01:36:57 +0330 Subject: [PATCH] Update expression-syntax.md (typo) --- adev/src/content/guide/templates/expression-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/templates/expression-syntax.md b/adev/src/content/guide/templates/expression-syntax.md index 9cccd6603745..95276d25d496 100644 --- a/adev/src/content/guide/templates/expression-syntax.md +++ b/adev/src/content/guide/templates/expression-syntax.md @@ -114,7 +114,7 @@ Generally speaking, declarations are not supported in Angular expressions. This # Event listener statements -Event handlers are **statements** rather than expressions. While they support all of the same syntax as Angular expressions, the are two key differences: +Event handlers are **statements** rather than expressions. While they support all of the same syntax as Angular expressions, there are two key differences: 1. Statements **do support** assignment operators (but not destructing assignments) 1. Statements **do not support** pipes