diff --git a/src/controls/StatusBar.qml b/src/controls/StatusBar.qml
index 8ae7cfc8b5e792cd0d3a4e708781f660e90432d9..4c3e214cbed679088340a7bbe87e74e00d5fc5b0 100644
--- a/src/controls/StatusBar.qml
+++ b/src/controls/StatusBar.qml
@@ -46,12 +46,12 @@ import QtQuick.Controls.Private 1.0
     \qmltype StatusBar
     \inqmlmodule QtQuick.Controls 1.0
     \ingroup applicationwindow
-    \brief StatusBar is for containing status informating in your app.
+    \brief Contains status information in your app.
 
     The common way of using StatusBar is in relation to \l ApplicationWindow.
 
-    Note that the StatusBar does not provide a layout of its own but requires you to
-    position its contents, for instance by creating a Row.
+    Note that the StatusBar does not provide a layout of its own but requires
+    you to position its contents, for instance by creating a \l Row.
 
     \code
     ApplicationWindow {
diff --git a/src/controls/ToolBar.qml b/src/controls/ToolBar.qml
index f1c989a0c877f19a3bf8972a3466eb8e8fec7bc3..a5590748ac1d841f9a03e9834f745e474a59661e 100644
--- a/src/controls/ToolBar.qml
+++ b/src/controls/ToolBar.qml
@@ -46,14 +46,14 @@ import QtQuick.Controls.Private 1.0
     \qmltype ToolBar
     \inqmlmodule QtQuick.Controls 1.0
     \ingroup applicationwindow
-    \brief ToolBar is for containing ToolButton and related controls.
+    \brief Contains ToolButton and related controls.
 
-    The common way of using ToolBar is in relation to \l ApplicationWindow.
-    It provides styling and is generally designed to work well with ToolButton as well
-    as other controls.
+    The common way of using ToolBar is in relation to \l ApplicationWindow. It
+    provides styling and is generally designed to work well with ToolButton as
+    well as other controls.
 
-    Note that the ToolBar does not provide a layout of its own but requires you to
-    position its contents, for instance by creating a Row.
+    Note that the ToolBar does not provide a layout of its own but requires you
+    to position its contents, for instance by creating a Row.
 
     \code
     ApplicationWindow {