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

Commit b99e3d6

Browse files
changes as reviewer request
1 parent e9b2f45 commit b99e3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Extends [`uiCollection`]({{ page.baseurl }}/ui_comp_guide/concepts/ui_comp_uicol
2525

2626
## Examples
2727

28-
### You can simply change "minVisible" and "maxVisible" values in the JS file.
28+
### Change "minVisible" and "maxVisible" values in the JS file.
2929

3030
For this, you have to override the vendor JS file in your custom module.
3131

3232
vendor file js path :
3333
/vendor/magento/module-ui/view/base/web/js/grid/controls/columns.js
3434

35-
#### For override JS file follow step Below:
35+
#### To override the JS file follow the step below:
3636

3737
#### First step :
3838
/app/code/[VENDOR_NAME]/[MODULE_NAME]/view/base/requirejs-config.js

0 commit comments

Comments
 (0)