From 9efdf237f0bf8e26d75a7098602747634e89b84d Mon Sep 17 00:00:00 2001 From: Jitendra Joshi Date: Sat, 25 Oct 2014 10:41:08 +0530 Subject: [PATCH] Fixed typo for "Uplaods" to "Uploads" on line 116 --- docs/guide/input-file-upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/input-file-upload.md b/docs/guide/input-file-upload.md index d81e8dc..bff8ebf 100644 --- a/docs/guide/input-file-upload.md +++ b/docs/guide/input-file-upload.md @@ -113,7 +113,7 @@ $model->file->saveAs('uploads/' . $model->file->baseName . '.' . $model->file->e If you're using "basic" application template then folder `uploads` should be created under `web`. -That's it. Load the page and try uploading. Uplaods should end up in `basic/web/uploads`. +That's it. Load the page and try uploading. Uploads should end up in `basic/web/uploads`. Additional information ----------------------