Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0aa19db

Browse files
authored
Small grammar tweak
1 parent 2c70c53 commit 0aa19db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/guides/v2.4/ui_comp_guide/components/ui-container.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ contributor_name: Jehangir Wahid
55
contributor_link: https://github.com/Jehangir-Wahid
66
---
77

8-
The Container [UI component](https://glossary.magento.com/ui-component) is used for wrapping fields or other ui-components with descriptive text. It may be used without any field to display a notice or description of a fieldset.
8+
The Container [UI component](https://glossary.magento.com/ui-component) is used for wrapping fields or other ui-components with descriptive text. It may be used without a field to display a notice or description of a fieldset.
99

1010
## Configuration options
1111

12-
Component options are set in the UI-component's configuration `.xml` file as follows:
12+
Component options are set in the UI-component's configuration `.xml` file.
1313

1414
| Option | Description | Type | Default |
1515
| --- | --- | --- | --- |
@@ -28,7 +28,7 @@ Component options are set in the UI-component's configuration `.xml` file as fol
2828

2929
### Container with a component
3030

31-
The following sample is an example of the Container component contain a `Select` component.
31+
The following is an example of the Container component on a `Select` component.
3232
The `<container>` node must be located in the scope of the `<fieldset>` node.
3333

3434
```xml
@@ -75,7 +75,7 @@ The `<container>` node must be located in the scope of the `<fieldset>` node.
7575

7676
### Container without any fields
7777

78-
The following sample is an example of the Container component only.
78+
The following is an example of the Container component only.
7979

8080
```xml
8181
<fieldset name="fieldset_name">

0 commit comments

Comments
 (0)