summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/javascriptblocks.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/declarative/javascriptblocks.qdoc')
-rw-r--r--src/doc/src/declarative/javascriptblocks.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/declarative/javascriptblocks.qdoc b/src/doc/src/declarative/javascriptblocks.qdoc
index 997db5a2..f22db122 100644
--- a/src/doc/src/declarative/javascriptblocks.qdoc
+++ b/src/doc/src/declarative/javascriptblocks.qdoc
@@ -293,7 +293,7 @@ To run code after the environment setup has completed, refer to
\li The value of \c this is currently undefined in QML in the majority of contexts
-The \c this keyword is supported when binding properties from JavaScript.
+The \c this keyword is supported when binding properties from JavaScript.
In all other situations, the value of
\c this is undefined in QML.