From 0e82eedc1c861959d026c17c66d1ec6ba5bdc0aa Mon Sep 17 00:00:00 2001 From: rogamoore Date: Thu, 7 Feb 2019 07:26:01 +0100 Subject: [PATCH] Fix typo --- docs/02_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02_usage.md b/docs/02_usage.md index 321616f..a886d1e 100644 --- a/docs/02_usage.md +++ b/docs/02_usage.md @@ -10,7 +10,7 @@ Feature: Using SymfonyExtension Then the application's kernel should use "test" environment ``` -There are two methods to check the kernel's environment - either by calling `getEnviornment()` method on the kernel itself +There are two methods to check the kernel's environment - either by calling `getEnvironment()` method on the kernel itself or by injecting `%kernel.environment%` parameter. We'll need also a dummy context implementation: