diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml index 795a16a5d7..557c23f969 100644 --- a/chapters/tutorial.xml +++ b/chapters/tutorial.xml @@ -1,5 +1,5 @@ - + A simple tutorial @@ -419,7 +419,7 @@ You are 22 years old. the $_GET autoglobal instead. You may also use the $_REQUEST autoglobal if you don't care the source of your request data. It - contains a mix of GET, POST, COOKIE and FILE data. See also the + contains a mix of GET, POST and COOKIE data. See also the import_request_variables function.