Skip to content

Commit 2564e07

Browse files
authored
Merge pull request #2559 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 91db0e3 + b3de3a8 commit 2564e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getContentWindow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ iframe, web resource
2727
## Syntax
2828

2929
```JavaScript
30-
formContext.getControl(arg).getContenWindow().then(successCallback, errorCallback);
30+
formContext.getControl(arg).getContentWindow().then(successCallback, errorCallback);
3131
```
3232

3333
## Parameters
@@ -76,4 +76,4 @@ function form_onload(executionContext) {
7676
)
7777
}
7878
}
79-
```
79+
```

0 commit comments

Comments
 (0)