From 032f5e47cd645d89c8dda8d57cbd8d2d9025e479 Mon Sep 17 00:00:00 2001 From: Airidas <25354899+Xeriaz@users.noreply.github.com> Date: Mon, 1 Feb 2021 14:15:04 +0200 Subject: [PATCH] Typo fix --- docs/customization/fixtures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization/fixtures.rst b/docs/customization/fixtures.rst index 976bbe3a9eb..5ec2166184f 100644 --- a/docs/customization/fixtures.rst +++ b/docs/customization/fixtures.rst @@ -238,7 +238,7 @@ just like in the example mentioned above. resource: '../src/*' exclude: '../src/{Entity,Fixture,Migrations,Tests,Kernel.php}' - If you leave autowiring on, errors like `Fixture with name ""your_cusom_fixture"" is already registered.` will most probably appear. Your fixture service will register twice (as `app.fixture.bla` by you and as `App\Fixture\BlaFixture` by DI autoconfigure). + If you leave autowiring on, errors like `Fixture with name "your_custom_fixture" is already registered.` will most probably appear. Your fixture service will register twice (as `app.fixture.bla` by you and as `App\Fixture\BlaFixture` by DI autoconfigure). **4.** Add new Shipping Methods with delivery conditions in ``config/packages/fixtures.yaml``: