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

Commit 73e008d

Browse files
chiranjeevi-cjBarny Shergold
andauthored
Apply suggestions from code review
Co-authored-by: Barny Shergold <barny.shergold@vaimo.com>
1 parent a7b719b commit 73e008d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/ui_comp_guide/concepts/ui_comp_uiregistry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ To get a list of all components used on the current page, you can use this code:
3737
require('uiRegistry').get(function(component){console.log(component.name)});
3838
```
3939

40-
### Asynchronous way of retrieving UI components from the registry
40+
### Asynchronous method of retrieving UI components from the registry
4141

4242
{:.bs-callout-info}
43-
This way is **Recommended**, for the good performance.
43+
This is the **recommended** method for best performance.
4444

4545
```js
4646
module('trigger', true);

0 commit comments

Comments
 (0)