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

Commit 7336b71

Browse files
authored
Small grammar update
1 parent 7b241e2 commit 7336b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/v2.3/ui_comp_guide/components/ui-columnscontrols.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Extends [`uiCollection`]({{ page.baseurl }}/ui_comp_guide/concepts/ui_comp_uicol
2323
* [`app/code/Magento/Ui/view/base/web/js/grid/controls/columns.js`]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Ui/view/base/web/js/grid/controls/columns.js)
2424
* [`app/code/Magento/Ui/view/base/web/templates/grid/controls/columns.html`]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Ui/view/base/web/templates/grid/controls/columns.html)
2525

26-
## Examples
26+
## Example
2727

2828
### Changing "minVisible" and "maxVisible" values in the javascript file.
2929

30-
For this, you have to override the vendor JS file in your custom module:
30+
To change attribute values, override the vendor JS file in a custom module:
3131

3232
`/vendor/magento/module-ui/view/base/web/js/grid/controls/columns.js`
3333

@@ -47,7 +47,7 @@ var config = {
4747

4848
#### Step two: set the custom values
4949

50-
In `/app/code/[VENDOR_NAME]/[MODULE_NAME]/view/base/web/js/grid/controls/columns.js`, change the "minVisible" and "maxVisible" values as per your requirement:
50+
In `/app/code/[VENDOR_NAME]/[MODULE_NAME]/view/base/web/js/grid/controls/columns.js`, change the "minVisible" and "maxVisible" values as needed:
5151

5252
```js
5353
return Collection.extend({

0 commit comments

Comments
 (0)