Skip to content

Commit 7d2c08d

Browse files
authored
Merge pull request #4911 from TimHiggisonIFM/patch-1
Fix typo in send-local-toast-desktop-cpp-wrl.md
2 parents 815949a + a1e50c1 commit 7d2c08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/apps/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ When the user clicks on your toast, or buttons in the toast, the **Activate** me
225225
Inside the Activate method, you can parse the args that you specified in the toast and obtain the user input that the user typed or selected, and then activate your app accordingly.
226226

227227
> [!NOTE]
228-
> The **Activate** method is called on a separte thread from your main thread.
228+
> The **Activate** method is called on a separate thread from your main thread.
229229
230230
```cpp
231231
// The GUID must be unique to your app. Create a new GUID if copying this code.
@@ -424,4 +424,4 @@ if (IsWindows10OrGreater())
424424

425425
* [Full code sample on GitHub](https://github.com/WindowsNotifications/desktop-toasts)
426426
* [Toast notifications from desktop apps](toast-desktop-apps.md)
427-
* [Toast content documentation](adaptive-interactive-toasts.md)
427+
* [Toast content documentation](adaptive-interactive-toasts.md)

0 commit comments

Comments
 (0)