aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-07-11 14:09:48 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2017-08-29 09:54:41 +0000
commit2baea9d0c3dcaff258b48dec7633105d6294a75e (patch)
treedc3c5bbcae336974fea2e03a7794872369cbf9f8 /src/imports/localstorage
parent194b0c303245f3422a9c3651ce82909d79c913b4 (diff)
Doc: Fix capitalization in section titles
...and fix some section titles to be less confusing. Change-Id: If83c3faffead9e2e9be7fc0fb360f1c5b8b1bb51 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
Diffstat (limited to 'src/imports/localstorage')
-rw-r--r--src/imports/localstorage/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp
index a7d95cc295..02cf125e48 100644
--- a/src/imports/localstorage/plugin.cpp
+++ b/src/imports/localstorage/plugin.cpp
@@ -563,7 +563,7 @@ The API conforms to the Synchronous API of the HTML5 Web Database API,
The \l{Qt Quick Examples - Local Storage}{SQL Local Storage example} demonstrates the basics of
using the Offline Storage API.
-\section3 Open or create a databaseData
+\section3 Open or Create a Database
\code
import QtQuick.LocalStorage 2.0 as Sql