aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/customparticle
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/customparticle')
-rw-r--r--examples/quick/particles/customparticle/doc/src/customparticle.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/customparticle/doc/src/customparticle.qdoc b/examples/quick/particles/customparticle/doc/src/customparticle.qdoc
index fb53a67831..8d496b7d52 100644
--- a/examples/quick/particles/customparticle/doc/src/customparticle.qdoc
+++ b/examples/quick/particles/customparticle/doc/src/customparticle.qdoc
@@ -37,7 +37,7 @@
Blur Particles adds a blur effect to the particles, which increases over the particle's life time.
It uses a custom vertex shader:
\snippet particles/customparticle/content/blurparticles.qml vertex
- to propagate life time simulation to a custom fragement shader:
+ to propagate life time simulation to a custom fragment shader:
\snippet particles/customparticle/content/blurparticles.qml fragment
which has access to both the normal image sampler and a blurred sampler, the image plus a ShaderEffect.