docs(core): fix typo (#39041)
Change the word "weather" to "whether" PR Close #39041
This commit is contained in:
parent
8b7acc4f8f
commit
827245fdb6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue