aboutsummaryrefslogtreecommitdiffstats
path: root/doc/concepts.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/concepts.qdoc')
-rw-r--r--doc/concepts.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/concepts.qdoc b/doc/concepts.qdoc
index 6117265..b67e59c 100644
--- a/doc/concepts.qdoc
+++ b/doc/concepts.qdoc
@@ -69,11 +69,11 @@ For a local session you only need the QmlLive Bench. It contains all of the
required components in an easy-to-use interface. You type and save, we show
you the outcome on your PC in a fraction of a second. This is ideally suited
for a multi-monitor setup where you see your code on one display and the
-the live results of your changes on the other display. Seamless user
-interface creation is the target, where you see every change immediately. This
+live results of your changes on the other display. Seamless user interface
+creation is the target, where you see every change immediately. This
is great for sketching out a scene or getting the last touch on animation
behavior. It also encourages you to think in terms of components; instead of
-developing a whole scene, you can can break apart the scene into smaller parts
+developing a whole scene, you can break apart the scene into smaller parts
or components. You can work on these small components and see how they look
standalone or embedded into a larger scene.