Skip to content

Commit 750e95f

Browse files
committed
Fix spelling errors
1 parent d34facc commit 750e95f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Adds a callback that is called on changes to the pointselector contents.
532532
_Arguments:_
533533

534534
* `event` is a string of the event you want to bind the callback to
535-
* `callback` is a funcion that is called on the event specified by `event`
535+
* `callback` is a function that is called on the event specified by `event`
536536

537537
Event should be a String which is one of the following:
538538

@@ -554,7 +554,7 @@ _Arguments:_
554554
* `event` is a string of the event you want to bind the callback to
555555
This must be the same string that was given in `addCallback`
556556

557-
* `callback` is a funcion that is called on the event specified by `event`.
557+
* `callback` is a function that is called on the event specified by `event`.
558558
This must be the same function as was given in `addCallback`.
559559

560560
_Returns_ the pointselector
@@ -570,7 +570,7 @@ Adds a callback that is called on changes to the boxselector contents.
570570
_Arguments:_
571571

572572
* `event` is a string of the event you want to bind the callback to
573-
* `callback` is a funcion that is called on the event specified by `event`
573+
* `callback` is a function that is called on the event specified by `event`
574574

575575
Event should be a String which is one of the following:
576576

@@ -592,7 +592,7 @@ _Arguments:_
592592
* `event` is a string of the event you want to bind the callback to
593593
This must be the same string that was given in `addCallback`
594594

595-
* `callback` is a funcion that is called on the event specified by `event`.
595+
* `callback` is a function that is called on the event specified by `event`.
596596
This must be the same function as was given in `addCallback`.
597597

598598
_Returns_ the boxselector

0 commit comments

Comments
 (0)