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

Commit f7eb1e4

Browse files
author
CJ
committed
fixed lint
1 parent c6f960b commit f7eb1e4

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
@@ -37,7 +37,7 @@ 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 way of retrieving UI components from the registry
4141

4242
{:.bs-callout-info}
4343
This way is **Recommended** for the good performance.

0 commit comments

Comments
 (0)