Update chapter-06-gbapp-reference.md

This commit is contained in:
Lucas Ribeiro 2020-09-30 15:31:10 -03:00 committed by GitHub
parent 1a1a6b114e
commit d4798fdffd

View file

@ -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...