From 947835a7306d82a7af59f34c76ca4cb69c9f53a9 Mon Sep 17 00:00:00 2001 From: Zohar Peled Date: Mon, 18 Oct 2021 09:06:22 +0300 Subject: [PATCH] Update index.html --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index dac6fe2..9fe7c88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -119,9 +119,9 @@

ExtendedConsole

Easily extensible
ExtendedConsole is designed to be as easy to extend as possible.
- All you have to do is add whatever extention methods you need.
+ All you have to do is add whatever extension methods you need.
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:
+ and most of it's features are in extension methods - it provides two clear benefits:

  1. It can be used as a guideline to users on how to add features.
  2. It makes it easier to maintain, as the classes are relatively small and focused.