Merge pull request #69 from jcs224/compound-open-source

Grammar updates
This commit is contained in:
Rémi Verschelde
2018-10-16 14:09:02 +02:00
committed by GitHub

View File

@@ -121,7 +121,7 @@ postPage = "{{ :slug }}"
</p>
<p>
Godot is completely free and open source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.
Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.
</p>
<a href="/download" class="btn download">
@@ -196,7 +196,7 @@ postPage = "{{ :slug }}"
<img src="{{ 'assets/home/features/easy_code.png' | theme }}" alt="" width="100%">
<div class="dark base-padding">
<h4>Easy to program</h4>
<p>Object oriented API, with language options such as GDScript, Visual Script, C# and C++.</p>
<p>Object-oriented API, with language options such as GDScript, Visual Script, C# and C++.</p>
</div>
</div>
</div>
@@ -234,7 +234,7 @@ postPage = "{{ :slug }}"
<img src="{{ 'assets/home/code.svg' | theme }}" alt="">
<h4>code</h4>
<p>
If you know how to code, and enjoy fun and challenging problems, you can help by fixing bugs, or create cool new features.
If you know how to code, and enjoy fun and challenging problems, you can help by fixing bugs or creating cool new features.
</p>
<a href="http://docs.godotengine.org/en/stable/community/contributing/ways_to_contribute.html#contributing-code" class="btn flat" target="_blank"> learn more </a>
</div>