aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/qt_module_generated_inputs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/qt_module_generated_inputs.md b/docs/markdown/snippets/qt_module_generated_inputs.md
index f3bc695..a4dfc4c 100644
--- a/docs/markdown/snippets/qt_module_generated_inputs.md
+++ b/docs/markdown/snippets/qt_module_generated_inputs.md
@@ -1,6 +1,6 @@
## The qt modules now accept generated outputs as inputs for qt.compile_*
-This means you can uset `custom_target`, custom_target indecies
+This means you can uset `custom_target`, custom_target indices
(`custom_target[0]`, for example), or the output of `generator.process` as
inputs to the various `qt.compile_*` methods.