From 9812259c3d070a7255746ef4d5891ddf6d445407 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 4 Feb 2022 13:56:39 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index 7f94d064..43908d38 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -35,8 +35,8 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | HEAR _variable_ AS HOUR | | | HEAR _variable_ AS MONEY | | | HEAR _variable_ AS MOBILE | | -| HEAR _variable_ AS FILE | Returns a file uploaded by user to be save with SAVE. | -| HEAR _variable_ AS AUDIO | Returns a audio uploaded by user to be save with SAVE. | +| HEAR _variable_ AS FILE | Returns a file uploaded by user to be saved with SAVE. | +| HEAR _variable_ AS AUDIO | Returns a audio uploaded by user to be saved with SAVE. | | HEAR _variable_ AS ZIPCODE | | | HEAR _variable_ AS "Abacate", "Maçã", "Morango" | Displays the specified menu and waits for this input until user select one of them. | | HEAR _variable_ AS LANGUAGE | |