Skip to content

Commit dd000a9

Browse files
authored
Merge pull request godotengine#7723 from AlexBlck/patch-1
2 parents 70dc1d4 + 0b65822 commit dd000a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/3d/particles/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Every particle system you create in Godot consists of two main parts: particles
2323
Particles
2424
~~~~~~~~~
2525

26-
A partice is the visible part of a particle system. It's what you see on the screen when a particle
26+
A particle is the visible part of a particle system. It's what you see on the screen when a particle
2727
system is active: The tiny specks of dust, the flames of a fire, the glowing orbs of a magical
2828
effect. You can have anywhere between a couple hundred and tens of thousands of particles in a
2929
single system. You can randomize a particle's size, its speed and movement direction, and change its

0 commit comments

Comments
 (0)