From 7273078447cf5bbc8d8f80a38a865d01c62026fb Mon Sep 17 00:00:00 2001
From: Nico Vertriest <nico.vertriest@digia.com>
Date: Mon, 11 Mar 2013 14:59:20 +0100
Subject: [PATCH] Doc: updated ApplicationWindow.qml according to writing
 guidelines.

Change-Id: I4df1825fdeb99c46e143e7f3065f2d77f45b26ae
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
---
 src/controls/ApplicationWindow.qml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index f9b9c937b..cae94a5fd 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -51,7 +51,7 @@ import QtQuick.Controls.Private 1.0
     \brief Provides a top-level application window.
 
     ApplicationWindow is a \l Window, but adds convenience for positioning items
-    such as \l MenuBar, \l ToolBar and \l StatusBar in a platform independent
+    such as \l MenuBar, \l ToolBar, and \l StatusBar in a platform independent
     manner.
 
     \code
@@ -89,19 +89,19 @@ Window {
 
         This property holds the \l MenuBar.
 
-        By default this value is not set.
+        By default, this value is not set.
     */
     property MenuBar menuBar: null
 
     /*!
         \qmlproperty Item ApplicationWindow::toolBar
 
-        This property holds the tool bar \l Item.
+        This property holds the toolbar \l Item.
 
         It can be set to any Item type but is generally used with \l ToolBar.
 
-        By default this value is not set. When you set the toolBar Item, it will
-        be anchored automatically into the ApplicationWindow.
+        By default, this value is not set. When you set the toolbar item, it will
+        be anchored automatically into the application window.
     */
     property Item toolBar
 
@@ -112,8 +112,8 @@ Window {
 
         It can be set to any Item type but is generally used with \l StatusBar.
 
-        By default this value is not set. When you set the statusBar Item, it
-        will be anchored automatically into the ApplicationWindow.
+        By default, this value is not set. When you set the status bar item, it
+        will be anchored automatically into the application window.
     */
     property Item statusBar
 
-- 
GitLab