From e56e762f9b976978dde73166b9f6cbd3127e069f Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:31:10 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 1f0c40d2..2b2a9cb9 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -130,7 +130,7 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) { ## Fork concept -is the implementation of new software based on existing software. The branch takes advantage of the data already used in other software to generate a new one. +Is the implementation of new software based on existing software. The branch takes advantage of the data already used in other software to generate a new one. ## How To...