We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5e2a3 commit a284b8eCopy full SHA for a284b8e
1 file changed
src/nodes/toJS.ts
@@ -10,7 +10,7 @@ export interface AnchorData {
10
11
export interface ToJSContext {
12
anchors: Map<Node, AnchorData>
13
- /** Cached anchor and allias nodes in the order they occurred in the document */
+ /** Cached anchor and alias nodes in the order they occur in the document */
14
aliasResolveCache?: Node[]
15
doc: Document<Node, boolean>
16
keep: boolean
0 commit comments