Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Peled-Zohar authored Jan 3, 2021
1 parent 9308cdf commit ff83202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ <h1 style="text-align:center;" id="this-is-the-homepage"><strong>ExtendedConsole
<p>
<strong>Easily extensible</strong><br />
ExtendedConsole is designed to be as easy to extend as possible.<br />
All you have to do is add whatever extended methods you need.<br />
All you have to do is add whatever extention methods you need.<br />
This is one of the main reasons it's built as a single main class,
and most of it's features are in extended methods - it provides two clear benefits:<br />
and most of it's features are in extention methods - it provides two clear benefits:<br />
<ol>
<li>It can be used as a guideline to users on how to add features.</li>
<li>It makes it easier to maintain, as the classes are relatively small and focused.</li>
Expand Down

0 comments on commit ff83202

Please sign in to comment.