2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-06 00:42:24 +03:00

Update docs typo

This commit is contained in:
cristijora
2017-11-28 18:22:42 +02:00
parent 3a126c6cc2
commit d41b969346
+1 -1
View File
@@ -177,7 +177,7 @@ Some of them are intended for internal usage while others can be used for genera
* **prevTab** - navigates to the prev tab. The same method is used when clicking prev button
* **changeTab(oldIndex, newIndex)** - Navigates from one tab to another. Note that this method does not trigger validation methods. Use it with caution!
!> It's advised to used only the methods above, since the methods which are not listed here are internal and might change or get removed.
!> It's advised to use only the methods above, since the methods which are not listed here are internal and might change or get removed over time.
## Scoped slots