1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 12:30:11 +02: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

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) => {