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

Commit ba0821d

Browse files
authored
Update per comment
1 parent f520c37 commit ba0821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.1/ui_comp_guide/concepts/ui_comp_data_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this topic, we will explain how to take advantage of the powerful functionali
2323

2424
### Declaring the XML
2525

26-
The DataSource component can be included with the `<dataSource />` node in the component's top-level configuration file. The `name` attribute is recommended and should follow the `%instance_name%_data_source` pattern where `%instance_name%` is the name of the component.
26+
The DataSource UI component can be included with the `<dataSource />` node in the component's top-level configuration file. The `name` attribute is recommended and should follow the `%instance_name%_data_source` pattern where `%instance_name%` is the name of the component.
2727

2828
The component's data provider class is declared inside `<dataSource />`. The following provides an example and demonstrates what nodes are required.
2929

0 commit comments

Comments
 (0)