Skip to content

Commit 16a834a

Browse files
committed
Fixing typo
1 parent 01d9080 commit 16a834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/develop/windows-integration/copilot-key-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public MainWindow(string state)
230230
}
231231
```
232232

233-
### Implemnent the window subclass callback
233+
### Implement the window subclass callback
234234

235235
The last step in this example is implementing the window subclass callback that will be called whenever the app is running and the state of the Windows Copilot hardware key changes. In this example, we check that the window message is the **WM_COPILOT** value that we specified when setting the property store value in the previous step. Then we check the value of the *wParam* argument to see which of the values we specified with the **MessageWParam** attributes in the app manifest has been passed in. **SetState** is called to update the UI with the current state.
236236

0 commit comments

Comments
 (0)