summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/example-slideswitch.qdoc
diff options
context:
space:
mode:
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}.