Skip to content

Commit acce4b1

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

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 has completed. It is recommended to run app logic that is not immediately needed during the form load process. For example, moving extra APIs calls after form load completes can signficiantly improve the loading experience and reduce time to first use.
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.
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)