Skip to content

Commit fd50e92

Browse files
pgrimaudlchrusciel
authored andcommitted
Fix typos
1 parent f9e9fc2 commit fd50e92

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

UPGRADE-1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179

180180
### Order / OrderBundle
181181

182-
* In order to be compatibile with Doctrine ORM 2.6+ and be more consistent,
182+
* In order to be compatible with Doctrine ORM 2.6+ and be more consistent,
183183
`OrderRepositoryInterface::count()` signature was changed to `OrderRepositoryInterface::countPlacedOrders()`.
184184

185185
* The following methods no longer have a default null argument and require one to be explicitly passed:

UPGRADE-1.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
* MongoDB and PHPCR drivers have been deprecated in `ResourceBundle` and `GridBundle`.
99

10-
* Refering to any file from `vendor/sylius/sylius/app` directory has been deprecated.
10+
* Referring to any file from `vendor/sylius/sylius/app` directory has been deprecated.
1111

1212
## Application
1313

docs/api/taxons.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ Set position of product in a Taxon
933933

934934
The products in Sylius can by grouped by taxon, therefore for every product there is a relation between the product and the assigned taxon.
935935
What is more, every product can have a specific position in the taxon to which it belongs. To put products in a specific order
936-
you will need to call the ``/api/v1/taxons/{code}/products`` endpoint wih the ``PUT`` method.
936+
you will need to call the ``/api/v1/taxons/{code}/products`` endpoint with the ``PUT`` method.
937937

938938
Definition
939939
^^^^^^^^^^

docs/book/customers/customer_pools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The configuration looks like that:
3737
code: "default"
3838
3939
Customer Pool can be assigned to a Channel, but only during its _creation_ in Admin panel. Currently it is not possible
40-
to modify the User Pool after the channel is created, as it would lead to certain edge cases with customers loosing access to channels,
40+
to modify the User Pool after the channel is created, as it would lead to certain edge cases with customers losing access to channels,
4141
after improper admin operations.
4242

4343
There is also a possibility to choose a specific customer pool during channel or shop customer creation in fixtures

docs/book/installation/sylius_plus_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ your application's ``.env`` file:
325325
WKHTMLTOPDF_PATH=/your-path
326326
###< knplabs/knp-snappy-bundle ###
327327
328-
**10.** Copy templates that are overriden by Sylius Plus into ``templates/bundles``:
328+
**10.** Copy templates that are overridden by Sylius Plus into ``templates/bundles``:
329329

330330
.. code-block:: bash
331331

docs/book/organization/backward-compatibility-promise.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Neither template events, block or templates themselves cannot be deleted or rena
7777
Deprecations
7878
------------
7979

80-
Before we remove or replace code covered by this backwards compatiblity promise, it is
80+
Before we remove or replace code covered by this backwards compatibility promise, it is
8181
first deprecated in the next minor release before being removed in the next major release.
8282

8383
A code is marked as deprecated by adding a ``@deprecated`` PHPDoc to

docs/components_and_bundles/bundles/SyliusGridBundle/your_first_grid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ This first requires a :doc:`custom repository method </customization/repository>
160160
.. note::
161161

162162
The repository method has to return a queryBuilder object, since the query has to adjustable depending on the filters and sorting the user later applies.
163-
  Furthermore, all sub entities you wish to use later for filtering have to be joined explicitely in the query.
163+
  Furthermore, all sub entities you wish to use later for filtering have to be joined explicitly in the query.
164164

165165
Then you can set up your filter to accordingly:
166166

docs/cookbook/emails/mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on by default, so there is nothing to worry about if you did not change anything
2222

2323
.. warning::
2424

25-
Remember that the parameters like username or password must not be commited publicly to your repository.
25+
Remember that the parameters like username or password must not be committed publicly to your repository.
2626
Save them as environment variables on your server.
2727

2828
Learn More

docs/cookbook/frontend/google-analytics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ How to add Google Analytics script to shop?
44
All shops tend to observe traffic on their websites, the most popular tool for that is Google Analytics.
55
In Sylius we have two ways to enable it:
66

7-
*If you have the Sylius layout overriden completely then:*
7+
*If you have the Sylius layout overridden completely then:*
88

99
* paste the script directly into :ref:`head section of the layout <google_analytics_to_head_section>`
1010

docs/cookbook/images/images.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The ``imagine_filter('name')`` is a twig filter. This is how you would get an im
6565
How to add custom image resizing filters?
6666
-----------------------------------------
6767

68-
If the filters we have in Sylius by deafult are not suitable for your needs, you can easily add your own.
68+
If the filters we have in Sylius by default are not suitable for your needs, you can easily add your own.
6969

7070
All you need to do is to configure new filter in the ``config/packages/liip_imagine.yaml`` file.
7171
For example you can create a filter for advertisement banners:

0 commit comments

Comments
 (0)