Update chapter-06-gbapp-reference.md

This commit is contained in:
Lucas Ribeiro 2020-09-30 15:30:38 -03:00 committed by GitHub
parent a4f9c4cd11
commit e48cac317f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,9 @@ static getDialogs(bot: BotAdapter, min: GBMinInstance) {
*Figure 1 - How to build dialogs in General Bots using TypeScript* *Figure 1 - How to build dialogs in General Bots using TypeScript*
## 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.
## How To... ## How To...