Spellcheck: allotted

This commit is contained in:
Jonathan Paugh
2024-01-27 15:00:38 -06:00
parent af5deac0db
commit 0a503f8a1d

View File

@@ -74,7 +74,7 @@ screen sizes.
.. note::
On this page, *window* refers to the screen area alloted to your game
On this page, *window* refers to the screen area allotted to your game
by the system, while *viewport* refers to the root object (accessible
from ``get_tree().root``) which the game controls to fill this screen area.
This viewport is a :ref:`Window <class_Window>` instance. Recall from the