Browse Source

Merge pull request #1868 from mega-bit/godot-docs/viewports-tutorial

Fixed typo in Viewports tutorial
Nathan Lovato 6 years ago
parent
commit
8c43393aff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/viewports/custom_postprocessing.rst

+ 1 - 1
tutorials/viewports/custom_postprocessing.rst

@@ -120,7 +120,7 @@ the tree.
 
 
 .. note::
 .. note::
 
 
-    You can also render your Viewports seperately without nesting them like this. You just
+    You can also render your Viewports separately without nesting them like this. You just
     need to use two Viewports and to render them one after the other.
     need to use two Viewports and to render them one after the other.
 
 
 Besides the node structure, the steps are the the same as with the single-pass post-processing shader.
 Besides the node structure, the steps are the the same as with the single-pass post-processing shader.