Fix some typos and grammar mistakes found using LanguageTool

This commit is contained in:
Hugo Locurcio
2020-04-16 23:05:43 +02:00
parent caa1a2ef8a
commit 046215542d
59 changed files with 155 additions and 151 deletions

View File

@@ -6,7 +6,7 @@ BBCode in RichTextLabel
Introduction
------------
Label nodes are great for displaying basic text but they have limits. If you want
Label nodes are great for displaying basic text, but they have limits. If you want
to change the color of the text, or its alignment, that change affects all of the
text in the Label node. You can't have only one part of the text be one color, or
only one part of the text be centered. To get around this limitation you would use

View File

@@ -93,7 +93,7 @@ for example:
return new Vector2(20, 20);
}
Or alternatively, set it via function:
Alternatively, set it using a function:
.. tabs::
.. code-tab:: gdscript GDScript

View File

@@ -6,7 +6,7 @@ GUI skinning
Oh, beautiful GUI!
------------------
This tutorial is about advanced skinning of an user interface. Most
This tutorial is about advanced skinning of a user interface. Most
games generally don't need this, as they end up just relying on
:ref:`Label <class_Label>`, :ref:`TextureRect <class_TextureRect>`,
:ref:`TextureButton <class_TextureButton>` and