Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6a3a9e2

Browse files
authored
Merge pull request #5589 from imagentleman/patch-3
Fix typos in frontend_custom_strategies.md
2 parents 72cf4c8 + 562cdba commit 6a3a9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/v2.2/architecture/frontend_custom_strategies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ Magento supplies a default [theme](https://glossary.magento.com/theme) and a Les
6767

6868
### Replace PHTML template files
6969

70-
In addition to extending the default CSS, you can generate different HTML [markup](https://glossary.magento.com/markup). For example, you might need to add a missing CSS class name, or an add an extra `<div>` tag to achieve some visual effect. You might also need to tweak some [JavaScript](https://glossary.magento.com/javascript/) to cope with different HTML markup. This change is more demanding than simply extending Magento CSS, but is still within the grasp of smaller projects and leaner teams.
70+
In addition to extending the default CSS, you can generate different HTML [markup](https://glossary.magento.com/markup). For example, you might need to add a missing CSS class name, or add an extra `<div>` tag to achieve some visual effect. You might also need to tweak some [JavaScript](https://glossary.magento.com/javascript/) to cope with different HTML markup. This change is more demanding than simply extending Magento CSS, but is still within the grasp of smaller projects and leaner teams.
7171

7272
### Replace Magento-Provided CSS
7373

74-
Rather than edit the default CSS provided by Magento, you might decide to replace all the default storefront CSS code with your own. This strategy avoids tying a project to the Magento-provided CSS, but puts a greater burden on project development and integration. It also allows use of different CSS tools or technologies not provided with Magento. Partners who build their own set of CSS libraries could reuse these libraries on different customer projects. (These unique CSS libraries may help differentiate a partner from others in the market.)
74+
Rather than edit the default CSS provided by Magento, you might decide to replace all the default storefront CSS code with your own. This strategy avoids tying a project to the Magento-provided CSS, but puts a greater burden on project development and integration. It also allows the use of different CSS tools or technologies not provided with Magento. Partners who build their own set of CSS libraries could reuse these libraries on different customer projects. (These unique CSS libraries may help differentiate a partner from others in the market.)
7575

7676
In addition to replacing CSS files, you might need to replace small amounts of HTML and JavaScript.
7777

@@ -105,4 +105,4 @@ Related topics
105105
[Overview of UI components]: {{page.baseurl}}/ui_comp_guide/bk-ui_comps.html
106106
[Frontend Developer Guide]: {{page.baseurl}}/frontend-dev-guide/bk-frontend-dev-guide.html
107107
[JavaScript Developer Guide]: {{page.baseurl}}/javascript-dev-guide/bk-javascript-dev-guide.html
108-
[Magento Marketplace]: https://marketplace.magento.com/
108+
[Magento Marketplace]: https://marketplace.magento.com/

0 commit comments

Comments
 (0)