Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Peled-Zohar committed Oct 18, 2021
1 parent 425cc0c commit 947835a
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 extention methods you need.<br />
All you have to do is add whatever extension 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 extention methods - it provides two clear benefits:<br />
and most of it's features are in extension 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 947835a

Please sign in to comment.