From 7b226fcf8633c293e19d27cfd4f647c72e415adf Mon Sep 17 00:00:00 2001 From: Lucas Ribeiro <65977273+LucasRibeir@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:03:34 -0300 Subject: [PATCH] Update chapter-02-the-package-based.md --- book/chapter-02-the-package-based.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapter-02-the-package-based.md b/book/chapter-02-the-package-based.md index e57b511a..889e7599 100644 --- a/book/chapter-02-the-package-based.md +++ b/book/chapter-02-the-package-based.md @@ -47,7 +47,7 @@ Four components builds up a General Bot App: #### Dialogs All code contained in a dialog builds the flow to custom conversations in -built-in and additional packages . +built-in and additional packages. GeneralBots also has the user's direct speech dialog, containing the spell checker. #### Models