aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-06-13 14:52:22 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-06-13 14:52:22 +0200
commit3a5dc98e1fcd3ac42c92be76689e250dea53d0a0 (patch)
tree5454f4fce9cd482fdad1b65a7771b627e1fadc13 /sources/pyside2
parent8768826ccbdf09f850a7ce72b9c184a94c8eb88d (diff)
Doc: Fix typo
Change-Id: I1aebb1c1b680e92506274033285807d21c7b862b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2')
-rw-r--r--sources/pyside2/doc/tutorials/basictutorial/qml.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/doc/tutorials/basictutorial/qml.rst b/sources/pyside2/doc/tutorials/basictutorial/qml.rst
index 0b26b3b83..81583096b 100644
--- a/sources/pyside2/doc/tutorials/basictutorial/qml.rst
+++ b/sources/pyside2/doc/tutorials/basictutorial/qml.rst
@@ -3,7 +3,7 @@ Your First Application Using PySide2 and QtQuick/QML
QML is a declarative language that lets you develop applications
faster than with traditional languages. It is ideal for designing the
-UI of your applicataion because of its declarative nature. In QML, a
+UI of your application because of its declarative nature. In QML, a
user interface is specified as a tree of objects with properties. In
this tutorial, we will show how to make a simple "Hello World"
application with PySide2 and QML.