Navigation Menu

Skip to content

Commit

Permalink
Typo (#868)
Browse files Browse the repository at this point in the history
parameter(s).yml
  • Loading branch information
purplefish32 authored and stefk committed Jun 2, 2016
1 parent 71404f9 commit 7516902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.php
Expand Up @@ -13,7 +13,7 @@


if (!file_exists(__DIR__ . '/../app/config/parameters.yml')) { if (!file_exists(__DIR__ . '/../app/config/parameters.yml')) {
abort( abort(
'The configuration file app/config/parameter.yml is missing ' 'The configuration file app/config/parameters.yml is missing '
. '(execute "php scripts/configure.php" to build it interactively)' . '(execute "php scripts/configure.php" to build it interactively)'
); );
} }
Expand Down

0 comments on commit 7516902

Please sign in to comment.