Skip to content

Commit 8f50499

Browse files
Update destroy.md
1 parent 77a4db9 commit 8f50499

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/destroy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Model-driven apps and canvas apps (public preview)
2525
```TypeScript
2626
public destroy(): void
2727
{
28-
this.button.removeEventListener("click", this.onButtonClick);
28+
this.button.removeEventListener("click", this.onButtonClick);
2929
}
3030
```
3131

0 commit comments

Comments
 (0)