From fc323d08d0095cdc4a7aaf39320397b1dbb110d7 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Wed, 4 Nov 2020 11:15:18 +0200 Subject: [PATCH] docs: fix typos in the Style Precedence guide (#39560) PR Close #39560 --- aio/content/guide/style-precedence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/style-precedence.md b/aio/content/guide/style-precedence.md index be5d92150a..33de159797 100644 --- a/aio/content/guide/style-precedence.md +++ b/aio/content/guide/style-precedence.md @@ -1,8 +1,8 @@ # Style Precedence When there are multiple bindings to the same class name or style attribute, Angular uses a set of precedence rules to determine which classes or styles to apply to the element. -These rules specify an order for which style- and class-related bindings have priority. -This styling precedence is as follows, from the most specific with the highest priority to least specific with the lowest priorty: +These rules specify an order for which style and class related bindings have priority. +This styling precedence is as follows, from the most specific with the highest priority to least specific with the lowest priority: 1. Template bindings are the most specific because they apply to the element directly and exclusively, so they have the highest precedence.