We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce2520a + f0bbd4c commit 2996a82Copy full SHA for 2996a82
1 file changed
packages/docs/guide/advanced-usage.md
@@ -68,7 +68,7 @@ Using `ref` on the component will expose below component's state and methods:
68
69
```ts
70
{
71
- goto: (index: number) => void; // navigates to the slide group at the given index
+ goTo: (index: number) => void; // navigates to the slide group at the given index
72
next: () => void; // navigates to the next slide group
73
prev: () => void; // navigates to the previous slide group
74
canGoNext: boolean; // true if the next slide group is available
0 commit comments