Skip to content

Commit c2c9f99

Browse files
authored
docs: fix multiple typos (#1101)
## Changes <!-- Please summarize your changes. --> I have fixed multiple typos, such as changing `A set of instructions can be e re-used in different parts of a script.` to `A set of instructions that can be re-used in different parts of a script.` and changing `.**30**` to `**0.300**`. <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent a5edc97 commit c2c9f99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en-us/art/characters/creating/texturing-face.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To texture the face:
1717
1. In Brush Settings, start with the following Brush recommendations:
1818

1919
1. **Radius** to **5px**. You can change this radius as you paint.
20-
2. **Strength** to .**30**. Modify this value when applicable.
20+
2. **Strength** to **0.300**. Modify this value when applicable.
2121
3. In Symmetry, enable **X Axis Mirroring**.
2222

2323
<img src="../../../assets/art/avatar/basic-creation/Texture-Symmetry-Tool-Setting.png" />

content/en-us/education/lesson-plans/roblox-developer-lesson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Teach how to code and create games for the Roblox platform - perfect for educato
207207
<ul>
208208
<li><b>Property</b> - Something that controls how an object looks or behaves, like color or if players can walk through it.</li>
209209
<li><b>Loop</b> - A set of code that repeats until told otherwise.</li>
210-
<li><b>Function</b> - A set of instructions can be e re-used in different parts of a script.</li>
210+
<li><b>Function</b> - A set of instructions that can be re-used in different parts of a script.</li>
211211
</ul>
212212
</td>
213213
</tr>

0 commit comments

Comments
 (0)