aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc')
-rw-r--r--examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc b/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
index 13df390ef5..08785c71fc 100644
--- a/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
+++ b/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
@@ -56,7 +56,7 @@ The objects that compose the switch are:
\snippet customitems/slideswitch/content/Switch.qml 1
This property is the interface of the switch. By default, the switch is off and this property is \c false.
-It can be used to activate/disactivate the switch or to query its current state.
+It can be used to activate/deactivate the switch or to query its current state.
In this example: