We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91db0e3 + b3de3a8 commit 2564e07Copy full SHA for 2564e07
powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getContentWindow.md
@@ -27,7 +27,7 @@ iframe, web resource
27
## Syntax
28
29
```JavaScript
30
-formContext.getControl(arg).getContenWindow().then(successCallback, errorCallback);
+formContext.getControl(arg).getContentWindow().then(successCallback, errorCallback);
31
```
32
33
## Parameters
@@ -76,4 +76,4 @@ function form_onload(executionContext) {
76
)
77
}
78
79
-```
+```
0 commit comments