Skip to content

Commit a284b8e

Browse files
committed
Fix typos
1 parent 3c5e2a3 commit a284b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nodes/toJS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface AnchorData {
1010

1111
export interface ToJSContext {
1212
anchors: Map<Node, AnchorData>
13-
/** Cached anchor and allias nodes in the order they occurred in the document */
13+
/** Cached anchor and alias nodes in the order they occur in the document */
1414
aliasResolveCache?: Node[]
1515
doc: Document<Node, boolean>
1616
keep: boolean

0 commit comments

Comments
 (0)