Skip to content

Commit ea92eef

Browse files
Update tense to be active vs. passive (per MSDocs)
1 parent 2b16c0e commit ea92eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/dynamic-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can connect two or more SharePoint Framework components together and exchang
1919

2020
Dynamic data in the SharePoint Framework is based on the source-notification model. Components named as a dynamic data source, provide data and notify the SharePoint Framework when the data changes.
2121

22-
Other components on the page can subscribe to notifications issued by a dynamic data source. The SharePoint Framework notifies the consumer component that the source has notified its data to have been changed. The consumer component then requests the data from the source component.
22+
Other components on the page can subscribe to notifications issued by a dynamic data source. The SharePoint Framework notifies the consumer component that the source has notified its data has changed. The consumer component then requests the data from the source component.
2323

2424
Every dynamic data source implements the `IDynamicDataCallables` interface.
2525

0 commit comments

Comments
 (0)