Skip to content

Commit ee5c919

Browse files
committed
Merge remote-tracking branch 'origin/2.8' into 2.8
* origin/2.8: Update micro_kernel_trait.rst
2 parents 7f0172c + f0b833a commit ee5c919

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
@@ -100,7 +100,7 @@ that define your bundles, your services and your routes:
100100
This is the same ``registerBundles()`` that you see in a normal kernel.
101101

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

0 commit comments

Comments
 (0)