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

Commit b2e11e4

Browse files
authored
Merge pull request #8528 from markshust/patch-7
Fix typo and redundant wording
2 parents 4e7d598 + 5b3a7a0 commit b2e11e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/extension-dev-guide/view-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ A view model is an abstraction of the view exposing public properties and comman
1212
Use this approach anytime you need to inject functionality into template files and your code does not need to be backwards compatible with Magento.
1313

1414
{:.bs-callout-info}
15-
View models are available in Magento 2.2 onwards. If your code must be compatible with older versions of Magento, consider adding your logic to blocks. For more information about backward compatibility, see [Backward compatibility]({{ site.baseurl }}/contributor-guide/backward-compatible-development/).
15+
View models are available in Magento 2.2 onwards. If your code must be compatible with older versions of Magento, consider adding your logic to blocks. For more information, see [Backward compatibility]({{ site.baseurl }}/contributor-guide/backward-compatible-development/).
1616

1717
{:.bs-callout-info}
18-
The use of helpers in templates is discouraged. It is recommeneded to use view models instead.
18+
The use of helpers in templates is discouraged. It is recommended to use view models instead.
1919

2020
## How to write view models
2121

0 commit comments

Comments
 (0)