diff --git a/src/styles/TabViewStyle.qml b/src/styles/TabViewStyle.qml
index b9666db2344c9465f885a116d9c14f06a49b6d4b..49783dadccf3c9df5b5d37fd700ea17b6b25874f 100644
--- a/src/styles/TabViewStyle.qml
+++ b/src/styles/TabViewStyle.qml
@@ -131,8 +131,8 @@ Style {
             \li readonly property int index - This is the current tab index.
             \li readonly property bool selected - This is the active tab.
             \li readonly property string title - Tab title text.
-            \li readonly property bool nextSelected = The next tab is selected.
-            \li readonly property bool previsousSelected - The previous tab is selected.
+            \li readonly property bool nextSelected - The next tab is selected.
+            \li readonly property bool previousSelected - The previous tab is selected.
             \li readonly property bool hovered - The tab is currently under the mouse.
             \li readonly property bool activeFocus - The tab button has keyboard focus.
         \endtable