1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-29 11:18:25 +01:00

Fix typo in dom.ts (#5452)

wether -> whether
This commit is contained in:
Ikko Eltociear Ashimine 2023-06-16 21:01:24 +09:00 committed by GitHub
parent 12ff246e10
commit b01f931942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ export const normalizeDOMPoint = (domPoint: DOMPoint): DOMPoint => {
}
/**
* Determines wether the active element is nested within a shadowRoot
* Determines whether the active element is nested within a shadowRoot
*/
export const hasShadowRoot = (node: Node | null) => {