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

Commit a7b719b

Browse files
Update ui_comp_uiregistry.md
1 parent f7eb1e4 commit a7b719b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require('uiRegistry').get(function(component){console.log(component.name)});
4040
### Asynchronous way of retrieving UI components from the registry
4141

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

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

0 commit comments

Comments
 (0)