Indefinite article

I'm pretty sure it should be `a helper file` as opposed to `an helper file`
This commit is contained in:
Elliot Williams
2015-04-22 16:42:49 +01:00
parent d9f79eb128
commit 0c38360317
+1 -1
View File
@@ -1,7 +1,7 @@
<?= '<?php' ?>
/**
* An helper file for Laravel 5, to provide autocomplete information to your IDE
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel <?= $version ?> on <?= date("Y-m-d") ?>.
*
* @author Barry vd. Heuvel <[email protected]>