Merge pull request #683 from 2231puppy/fix-typos

Fix typos
This commit is contained in:
Kattni 2021-04-26 18:42:29 -04:00 committed by GitHub
commit 39d63d961b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,13 +52,13 @@ layout: home
<h3>Quick and Easy</h3>
<p>
Create a file, edit your code, save the file, and it runs immediately.
There is no compiling, no downloading and no uploading needed.
There is no compiling or uploading needed.
</p>
</div>
<div class="item">
<h3>Beginner Friendly</h3>
<p>
CircuitPython is designed with education in mind. It's easy to start
CircuitPython is designed with education in mind. It's an easy way to start
learning how to code and you get immediate feedback from the board.
</p>
</div>
@ -66,13 +66,13 @@ layout: home
<h3>Easy Code Updates</h3>
<p>
Since your code lives on the disk drive, you can edit it whenever you
like, you can also keep multiple files around for easy experimentation.
like. You can even keep multiple files around for easy experimentation.
</p>
</div>
<div class="item">
<h3>Serial Console + REPL</h3>
<p>
These allow for live feedback from your code and interactive programming.
These features allow for live feedback from your code and interactive programming.
</p>
</div>
<div class="item">