Browse Source

Typo in viewports.rst

Sam Wedgwood 7 years ago
parent
commit
ac23662edf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/viewports/viewports.rst

+ 1 - 1
tutorials/viewports/viewports.rst

@@ -7,7 +7,7 @@ Introduction
 ------------
 ------------
 
 
 Godot has a small but very useful feature called viewports. Viewports
 Godot has a small but very useful feature called viewports. Viewports
-are, as they name implies, rectangles where the world is drawn. They
+are, as the name implies, rectangles where the world is drawn. They
 have three main uses, but can flexibly adapted to a lot more. All this
 have three main uses, but can flexibly adapted to a lot more. All this
 is done via the :ref:`Viewport <class_Viewport>` node.
 is done via the :ref:`Viewport <class_Viewport>` node.