minor #11601 [Api][Cart] Fix minor bug (Tomanhez)

This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

Before:
<img width="957" alt="Screenshot 2020-06-25 at 11 46 08" src="https://user-images.githubusercontent.com/39232096/85697381-07e81f00-b6da-11ea-9b18-7eb0e9d7f108.png">
After:
<img width="661" alt="Screenshot 2020-06-25 at 12 34 45" src="https://user-images.githubusercontent.com/39232096/85704110-4c76b900-b6e0-11ea-8d1c-0b4528d27a17.png">




Commits
-------

2ec88b71d1 Fix minor word bug
This commit is contained in:
Łukasz Chruściel 2020-06-25 13:29:41 +02:00 committed by GitHub
commit c4cd1efb0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
<itemOperation name="add_item">
<attribute name="security">is_granted('IS_AUTHENTICATED_ANONYMOUSLY')</attribute>
<attribute name="openapi_context">
<attribute name="summary">Cancels Order</attribute>
<attribute name="summary">Add Item to cart</attribute>
</attribute>
<attribute name="method">PATCH</attribute>
<attribute name="path">/orders/{id}/items</attribute>