From 3812f5778976d12b768f6d0da5135fb7d7af6423 Mon Sep 17 00:00:00 2001 From: Dan Russell <4387475+dangrussell@users.noreply.github.com> Date: Tue, 29 Sep 2020 09:13:58 -0400 Subject: [PATCH] docs(core): fix typo (#39041) Change the word "weather" to "whether" PR Close #39041 --- packages/core/src/render3/styling/style_binding_list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/render3/styling/style_binding_list.ts b/packages/core/src/render3/styling/style_binding_list.ts index d05bde5f93..d00e50a760 100644 --- a/packages/core/src/render3/styling/style_binding_list.ts +++ b/packages/core/src/render3/styling/style_binding_list.ts @@ -391,7 +391,7 @@ function markDuplicates( /** * Determines if two `TStylingKey`s are a match. * - * When computing weather a binding contains a duplicate, we need to compare if the instruction + * When computing whether a binding contains a duplicate, we need to compare if the instruction * `TStylingKey` has a match. * * Here are examples of `TStylingKey`s which match given `tStylingKeyCursor` is: