Skip to content

Commit 3a9b398

Browse files
committed
minor #8676 Update micro_kernel_trait.rst (StepanMe)
This PR was merged into the 3.3 branch. Discussion ---------- Update micro_kernel_trait.rst "This method builds and configures..." instead of "This methods builds and configures" Commits ------- 897a571 Update micro_kernel_trait.rst
2 parents e9d921e + 897a571 commit 3a9b398

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)