From 00604a243178be21a2cbf720ab3269af73917ef3 Mon Sep 17 00:00:00 2001 From: Thach Nguyen Date: Fri, 26 Jan 2018 21:28:15 +0700 Subject: [PATCH] Correct spelling for README document --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e2696a3..ee42cc1 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ _Checkout [this Laracasts video](https://laracasts.com/series/how-to-be-awesome-in-phpstorm/episodes/15) for a quick introduction/explanation!_ -This packages generates a file that your IDE can understand, so it can provide accurate autocompletion. Generation is done, based on the files in your project, so they are alway up-to-date. +This packages generates a file that your IDE can understand, so it can provide accurate autocompletion. Generation is done, based on the files in your project, so they are always up-to-date. If you don't want to generate it, you can add a pre-generated file to the root folder of your laravel project. (But this isn't as up-to-date as self generated files) * Generated version: https://gist.github.com/barryvdh/5227822