docs: Fix typo in template syntax (#35767)

Remove unnecessary article from styling precedence

PR Close #35767
This commit is contained in:
Aristeidis Bampakos 2020-02-28 22:01:40 +02:00 committed by atscott
parent 5c2a90814b
commit 746e313a76
1 changed files with 1 additions and 1 deletions

View File

@ -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.