summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/example-slideswitch.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2012-12-21 12:40:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-11 11:10:10 +0100
commit4b0c632688871856b25594eb65c5f06ad6f69e5d (patch)
tree1853778b0a413efc700144a92223a4ee0151bb6c /src/doc/src/declarative/example-slideswitch.qdoc
parent06fc9765fc3b152584dd43c9bf53b0425c4d38c8 (diff)
Doc: Remove duplicate consecutive words
Grepping through qdoc files, 'the the' appears in a few places. Also one instance of 'centre' replaced by 'center'. Change-Id: If978895c470ff02a0fe0c164aec421943deb24d3 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/doc/src/declarative/example-slideswitch.qdoc')
-rw-r--r--src/doc/src/declarative/example-slideswitch.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/declarative/example-slideswitch.qdoc b/src/doc/src/declarative/example-slideswitch.qdoc
index cffde0f2..b294a83a 100644
--- a/src/doc/src/declarative/example-slideswitch.qdoc
+++ b/src/doc/src/declarative/example-slideswitch.qdoc
@@ -119,7 +119,7 @@ For more information on scripts see \l{Integrating JavaScript}.
\snippet examples/declarative/ui-components/slideswitch/content/Switch.qml 7
At this point, when the switch toggles between the two states the knob will instantly change its \c x position between 1 and 78.
-In order for the the knob to move smoothly we add a transition that will animate the \c x property with an easing curve for a duration of 200ms.
+In order for the knob to move smoothly we add a transition that will animate the \c x property with an easing curve for a duration of 200ms.
For more information on transitions see \l{QML Animation and Transitions}.