Skip to content

Commit d90a648

Browse files
authored
Merge pull request #301 from rfultz/patch-1
gotTo => goTo correction
2 parents c0f9e0a + c7fbeb1 commit d90a648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ autoCompleteJS.previous();
540540

541541
***
542542

543-
### gotTo(index)
543+
### goTo(index)
544544

545545
> Navigates to a specific `resultItem` on the list by its `index` number
546546
@@ -553,7 +553,7 @@ Defaults:
553553
##### Example:
554554

555555
```js
556-
autoCompleteJS.gotTo(1);
556+
autoCompleteJS.goTo(1);
557557
```
558558

559559

0 commit comments

Comments
 (0)