Skip to content

Commit 77a4db9

Browse files
Update updateview.md
1 parent db8083f commit 77a4db9

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/component-framework/reference/control

1 file changed

+1
-1
lines changed

powerapps-docs/developer/component-framework/reference/control/updateview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Model-driven apps and canvas apps (public preview)
3232
```TypeScript
3333
public updateView(context: ComponentFramework.Context<IInputs>): void
3434
{
35-
this._labelElement.innerText = "Hello World! (TS)";
35+
this._labelElement.innerText = "Hello World! (TS)";
3636
}
3737
```
3838

0 commit comments

Comments
 (0)