From 85051eae4941e50249e5dba15049123b1c744917 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 4 Jul 2017 13:59:06 -0700 Subject: [PATCH] Fix minor typo in Pastebin tutorial. --- site/guide/pastebin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/pastebin.md b/site/guide/pastebin.md index 58816aee..4ad18744 100644 --- a/site/guide/pastebin.md +++ b/site/guide/pastebin.md @@ -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