From 36cedb62eb32a6520b358c78e9b560eb7a0dd0e7 Mon Sep 17 00:00:00 2001 From: Daiyrbek Artelov <4unkur@mail.ru> Date: Thu, 13 Apr 2017 10:14:59 +0600 Subject: [PATCH] Mistype --- docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index c3f86b3..7cbf3d4 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,5 +1,5 @@ ## Troubleshooting -> I get a Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException when attempting ot upload a file with stapler. +> I get a Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException when attempting to upload a file with stapler. Check your form to ensure that the **enctype** attribute is set to 'multipart/form-data'. If you're using Laravel's form helper to create your form, this can be done by adding 'files' => true to the form helper's open() method: @@ -20,4 +20,4 @@ public static function boot() static::bootStapler(); } -``` \ No newline at end of file +```