Skip to content

Commit 2996a82

Browse files
authored
Merge pull request #133 from ctfdavis/chore/fix-doc-goto
fix(docs): goto should be goTo
2 parents ce2520a + f0bbd4c commit 2996a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs/guide/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Using `ref` on the component will expose below component's state and methods:
6868

6969
```ts
7070
{
71-
goto: (index: number) => void; // navigates to the slide group at the given index
71+
goTo: (index: number) => void; // navigates to the slide group at the given index
7272
next: () => void; // navigates to the next slide group
7373
prev: () => void; // navigates to the previous slide group
7474
canGoNext: boolean; // true if the next slide group is available

0 commit comments

Comments
 (0)