Skip to content

Commit 354d3f6

Browse files
Update README.md
1 parent 7728961 commit 354d3f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/code/Magento/Wishlist/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Magento_Wishlist module
22

3-
The **Magento_Wishlist** module implements the Wishlist functionality.
3+
The Magento_Wishlist module implements the Wishlist functionality.
44

55
This module allows customers to create a list of products that they can add to their shopping cart to be purchased at a later date, or share with friends.
66

77
## Installation details
88

9-
Before installing this module, note that the **Magento_Wishlist** is dependent on the following modules:
9+
Before installing this module, note that the Magento_Wishlist is dependent on the following modules:
1010

1111
- Magento_Captcha
1212
- Magento_Catalog
1313
- Magento_Customer
1414

15-
Before disabling or uninstalling this module, please consider the following dependencies:
15+
Before disabling or uninstalling this module, note the following dependencies:
1616

1717
- Magento_WishlistAnalytics
1818

19-
Please find here [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
19+
Refer to [how to enable or disable modules in Magento 2](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
2020

2121
## Structure
2222

2323
`Pricing/` - the directory that contain solutions for configurable and downloadable product price.
2424

25-
For information about a typical file structure of a module in Magento 2, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
25+
For information about a typical file structure of a module, see [Module file structure](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html#module-file-structure).
2626

2727
## Extensibility
2828

@@ -56,7 +56,7 @@ The module dispatches the following events:
5656
- `product` is a product object (`\Magento\Catalog\Api\Data\ProductInterface` class).
5757
- `item` is an item object (`\Magento\Wishlist\Model\Item` class).
5858

59-
For information about the event system in Magento 2, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events).
59+
For information about the event, see [Events and observers](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/events-and-observers.html#events).
6060

6161
### Layouts
6262

@@ -86,7 +86,7 @@ This module introduces the following layouts and layout handles in the directori
8686
- `wishlist_index_share`
8787
- `wishlist_shared_index.xml`
8888

89-
For more information about a layout in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
89+
For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).
9090

9191
### UI components
9292

@@ -97,4 +97,4 @@ You can extend a customer form and widgets using the configuration files located
9797
- `widget_recently_compared`
9898
- `widget_recently_viewed`
9999

100-
For information about a UI component in Magento 2, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).
100+
For information about a UI component, see [Overview of UI components](https://devdocs.magento.com/guides/v2.4/ui_comp_guide/bk-ui_comps.html).

0 commit comments

Comments
 (0)