From 746e313a762fa49657de77f83aba56943f41bab4 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Fri, 28 Feb 2020 22:01:40 +0200 Subject: [PATCH] docs: Fix typo in template syntax (#35767) Remove unnecessary article from styling precedence PR Close #35767 --- aio/content/guide/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index cf79511e3e..d6415c57e7 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -1065,7 +1065,7 @@ However, using the above style binding syntax without `NgStyle` is preferred bec {@a styling-precedence} ### Styling Precedence -A single HTML element can have its CSS class list and style values bound to a multiple sources (for example, host bindings from multiple directives). +A single HTML element can have its CSS class list and style values bound to multiple sources (for example, host bindings from multiple directives). When there are multiple bindings to the same class name or style property, Angular uses a set of precedence rules to resolve conflicts and determine which classes or styles are ultimately applied to the element.