Skip to content

Commit

Permalink
chore(typo): Fix small typo in AbstractAnchor.ts (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip authored Oct 17, 2024
1 parent f94d421 commit 02f6fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/anchors/AbstractAnchor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default abstract class AbstractAnchor<E extends Node = Node> implements A
protected readonly owner: E;

// Consumption of the offset depends on the concrete anchor implementation but it is
// indended that the reference point is moved by the offset relative to the point location
// intended that the reference point is moved by the offset relative to the point location
// in the direction of the opposing reference point.
protected readonly offset: number;

Expand Down

0 comments on commit 02f6fbe

Please sign in to comment.