Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
This commit is contained in:
@@ -147,7 +147,7 @@ Request::$foundation = RequestFoundation::createFromGlobals();
|
||||
| Determine The Application Environment
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Next we're ready to determine the application environment. This may be
|
||||
| Next, we're ready to determine the application environment. This may be
|
||||
| set either via the command line options or via the mapping of URIs to
|
||||
| environments that lives in the "paths.php" file for the application
|
||||
| and is parsed. When determining the CLI environment, the "--env"
|
||||
@@ -178,7 +178,7 @@ else
|
||||
|
|
||||
| Once we have determined the application environment, we will set it on
|
||||
| the global server array of the HttpFoundation request. This makes it
|
||||
| available throughout the application, thought it is mainly only
|
||||
| available throughout the application, though it is mainly only
|
||||
| used to determine which configuration files to merge in.
|
||||
|
|
||||
*/
|
||||
@@ -216,7 +216,7 @@ if (defined('STDIN'))
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Finally we will register all of the bundles that have been defined for
|
||||
| the application. None of them will be started yet, but will be setup
|
||||
| the application. None of them will be started yet, but will be set up
|
||||
| so that they may be started by the developer at any time.
|
||||
|
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user