Skip to content

Commit 9e20182

Browse files
authored
Fixed typo
1 parent fef6970 commit 9e20182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/component-framework/sample-controls/linear-input-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private inputElement: HTMLInputElement;
5959
private _container: HTMLDivElement;
6060
// Reference to ComponentFramework Context object
6161
private _context: ComponentFramework.Context<IInputs>;
62-
// Event Handelr 'refreshData' reference
62+
// Event Handler 'refreshData' reference
6363
private _refreshData: EventListenerOrEventListenerObject;
6464
/**
6565
* Empty constructor.
@@ -243,4 +243,4 @@ public updateView(context: ControlFramework.IPropBag<InputsOutputs.IInputBag>,):
243243

244244
[Download sample components](https://go.microsoft.com/fwlink/?linkid=2088525)<br/>
245245
[PowerApps component framework API Reference](../index.md)<br/>
246-
[PowerApps component framework Manifest Schema Reference](../manifest-schema-reference/index.md)
246+
[PowerApps component framework Manifest Schema Reference](../manifest-schema-reference/index.md)

0 commit comments

Comments
 (0)