We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0f9e0a + c7fbeb1 commit d90a648Copy full SHA for d90a648
docs/configuration.md
@@ -540,7 +540,7 @@ autoCompleteJS.previous();
540
541
***
542
543
-### gotTo(index)
+### goTo(index)
544
545
> Navigates to a specific `resultItem` on the list by its `index` number
546
@@ -553,7 +553,7 @@ Defaults:
553
##### Example:
554
555
```js
556
-autoCompleteJS.gotTo(1);
+autoCompleteJS.goTo(1);
557
```
558
559
0 commit comments