Skip to content

Commit 50b9653

Browse files
authored
Update form-loaded.md
1 parent acce4b1 commit 50b9653

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/events

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/events/form-loaded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ contributors:
1414
---
1515
# Form Loaded event
1616

17-
This event occurs after the form load completes. It's recommended to run app logic that isn't immediately needed during the form load process. For example, moving extra APIs calls after form load completes can significiantly improve the loading experience and reduce time to first use.
17+
This event occurs after the form load completes. App logic that isn't immediately needed during the form load process should be run after load completes. For example, moving extra APIs calls after form load completes can significantly improve the loading experience and reduce time to first use.
1818

1919
Use the formContext.ui.[addLoaded](../formContext-ui/addLoaded.md) and formContext.ui.[removeLoaded](../formContext-ui/removeLoaded.md) methods to manage event handlers for this event.
2020

0 commit comments

Comments
 (0)