From 897a57169324ec2dce98a862b6f8905ee16fc86d Mon Sep 17 00:00:00 2001 From: Stepan Mednikov Date: Thu, 16 Nov 2017 12:11:54 +0300 Subject: [PATCH] Update micro_kernel_trait.rst "This method builds and configures..." instead of "This methods builds and configures" --- configuration/micro_kernel_trait.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/micro_kernel_trait.rst b/configuration/micro_kernel_trait.rst index e399fc1b774..cf5dc73372e 100644 --- a/configuration/micro_kernel_trait.rst +++ b/configuration/micro_kernel_trait.rst @@ -94,7 +94,7 @@ that define your bundles, your services and your routes: This is the same ``registerBundles()`` that you see in a normal kernel. **configureContainer(ContainerBuilder $c, LoaderInterface $loader)** - This methods builds and configures the container. In practice, you will use + This method builds and configures the container. In practice, you will use ``loadFromExtension`` to configure different bundles (this is the equivalent of what you see in a normal ``config.yml`` file). You can also register services directly in PHP or load external configuration files (shown below).