Fix minor typo in Pastebin tutorial.

This commit is contained in:
Sergio Benitez 2017-07-04 13:59:06 -07:00
parent 462f1f9298
commit 85051eae49
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ okay and expected. We'll be using the new code soon.
Believe it or not, the hard part is done! (_whew!_).
To process the upload, we'll need a place to store the uploaded files. To
simplify things, we'll store the uploads in a directory named `uploads/`. Create
simplify things, we'll store the uploads in a directory named `upload/`. Create
an `upload` directory next to the `src` directory:
```sh