Skip to content

Commit 897a571

Browse files
authored
Update micro_kernel_trait.rst
"This method builds and configures..." instead of "This methods builds and configures"
1 parent e9d921e commit 897a571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ that define your bundles, your services and your routes:
9494
This is the same ``registerBundles()`` that you see in a normal kernel.
9595

9696
**configureContainer(ContainerBuilder $c, LoaderInterface $loader)**
97-
This methods builds and configures the container. In practice, you will use
97+
This method builds and configures the container. In practice, you will use
9898
``loadFromExtension`` to configure different bundles (this is the equivalent
9999
of what you see in a normal ``config.yml`` file). You can also register services
100100
directly in PHP or load external configuration files (shown below).

0 commit comments

Comments
 (0)