Browse Source

Fix "inspecter" to "inspector"

(cherry picked from commit b276648dd648df8c509b171806bf7229cb290e9a)
Hakunamawatta 3 years ago
parent
commit
d963962be3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shaders/your_first_shader/your_first_3d_shader.rst

+ 1 - 1
tutorials/shaders/your_first_shader/your_first_3d_shader.rst

@@ -174,7 +174,7 @@ shader, outside the ``vertex()`` function.
   uniform sampler2D noise;
   uniform sampler2D noise;
 
 
 This will allow you to send a noise texture to the shader. Now look in the
 This will allow you to send a noise texture to the shader. Now look in the
-inspecter under your material. You should see a section called "Shader Params".
+inspector under your material. You should see a section called "Shader Params".
 If you open it up, you'll see a section called "noise".
 If you open it up, you'll see a section called "noise".
 
 
 Click beside it where it says "[empty]" and select "New NoiseTexture". Then in
 Click beside it where it says "[empty]" and select "New NoiseTexture". Then in