Skip to content

Commit 7728961

Browse files
Update README.md
1 parent f5fde08 commit 7728961

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/code/Magento/Widget/README.md

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

3-
The **Magento_Widget** module allows Magento application to be extended with custom widget blocks.
3+
The Magento_Widget module allows Magento application to be extended with custom widget blocks.
44

55
## Installation details
66

7-
Before installing this module, note that the **Magento_Widget** is dependent on the following modules:
7+
Before installing this module, note that the Magento_Widget is dependent on the following modules:
88

99
- Magento_Catalog
1010
- Magento_Cms
1111
- Magento_Store
1212

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

1515
- Magento_CatalogWidget
1616
- Magento_CurrencySymbol
1717
- Magento_Newsletter
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
## Extensibility
2222

23-
Extension developers can interact with the **Magento_Widget** module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
23+
Extension developers can interact with the Magento_Widget module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
2424

25-
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the **Magento_Widget** module.
25+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_Widget module.
2626

2727
### Layouts
2828

@@ -38,4 +38,4 @@ This module introduces the following layouts and layout handles in the directori
3838
- `default`
3939
- `print`
4040

41-
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).
41+
For more information about a layout, see the [Layout documentation](https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/layouts/layout-overview.html).

0 commit comments

Comments
 (0)