Skip to content

Commit

Permalink
grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlatch committed Mar 16, 2017
1 parent f45e240 commit dce3877
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/matrix/matrix_math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Matrix Math

Description
-----------
This node aloows you to multiply 2 transformation matrices.
This node allows you to multiply 2 transformation matrices.
Multiplying transformation matrices gets you a transformation matrix that will
perform all the input transformation matrices. So if you multiplied a rotation
matrix by a translation matrix the resultant matrix is a transformation matrix that
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/text/character_properties_output.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Character Properties Output

Description
-----------
This node control the property of the input text object in a specific character interval.
This node controls the property of the input text object in a specific character interval.

.. image:: images/character_properties_output_node.png
:width: 160pt
Expand All @@ -12,8 +12,8 @@ Inputs
------

- **Object** - A text object to edit.
- **Start** - The index of the character when the interval start.
- **End** - The index of the character when the interval end.
- **Start** - The index of the character when the interval starts.
- **End** - The index of the character when the interval ends.
- **Material Index** - The index of the material starting from 0.
- **Bold** - Enable or disable bold property.
- **Italic** - Enable or disable italic property.
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/text/characters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Characters

Description
-----------
This node return a string that contain all the characters in a specific category including:
This node returns a string that contains all the characters in a specific category including:

- **Lower Case**
- **Upper Case**
Expand All @@ -28,7 +28,7 @@ Outputs
- **Digits** - All the digits.
- **Special** - All special characters like (:,?").
- **Line Break** - Include a new line.
- **All** - All of the previouse category.
- **All** - All of the previous category.

Advanced Node Settings
----------------------
Expand All @@ -38,4 +38,4 @@ Advanced Node Settings
Examples of Usage
-----------------

.. image:: gifs/characters_node_example.gif
.. image:: gifs/characters_node_example.gif
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/text/fill_text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Fill Text

Description
-----------
This node fill the empty characters by a string based on a defined number of characters.
This node fills the empty characters by a string based on a defined number of characters.

Suppose you have the string "AN", if you defined the length as "5" then you have
"AN " (notice the 3 empty spaces).Then those empty spaces will be filled by the
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/text/join_texts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Join Text

Description
-----------
This node join a list of strings in a single string.
This node joins a list of strings in a single string.

.. image:: images/join_texts_node.png
:width: 160pt
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/nodes/text/random_text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Random String

Description
-----------
This node generate a random string based on an input characters.
This node generates a random string based on an input characters.

.. image:: images/random_text_node.png
:width: 160pt
Expand Down Expand Up @@ -33,7 +33,7 @@ between nodes with the same seed, e.g., When using multiple *Random String* node
in a loop while using the index as a seed, you can change the extra seed to get
different results from the other nodes.

Animation Nodes automatically change the *Node Seed* when you duplicate or add a new *Random String* node.
Animation Nodes automatically changes the *Node Seed* when you duplicate or add a new *Random String* node.

Examples of Usage
-----------------
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/nodes/text/replace_text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Replace Text

Description
-----------
This node replace a part of the input string by another string.
This node replaces a part of the input string by another string.

.. image:: images/replace_text_node.png
:width: 160pt
Expand All @@ -28,4 +28,4 @@ Advanced Node Settings
Examples of Usage
-----------------

.. image:: gifs/replace_text_node_example.gif
.. image:: gifs/replace_text_node_example.gif

0 comments on commit dce3877

Please sign in to comment.