Skip to content

Commit c68b0ef

Browse files
committed
Tweak single instancing wording for WinUI apps
1 parent b0303de commit c68b0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/windows-app-sdk/applifecycle/applifecycle-instancing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use the app lifecycle API in WinUI 3 apps:
2424

2525
Apps are single-instanced if there can be only one main process running at a time. Attempting to launch a second instance of a single-instanced app typically results in the first instance's main window being activated instead. Note that this only applies to the main process. Single-instanced apps can create multiple background processes and still be considered single instanced.
2626

27-
WinUI apps are multi-instanced by default but have the ability to become single-instanced by deciding at launch-time whether to create an additional instance or activate an existing instance instead.
27+
WinUI apps are multi-instanced by default but have the ability to become single-instanced by deciding at launch-time whether to create a new instance or activate an existing instance instead.
2828

2929
The [Microsoft Photos](https://www.microsoft.com/store/productId/9WZDNCRFJBH4) app is a good example of a single instanced WinUI app. When you launch Photos for the first time, a new window will be created. If you attempt to launch Photos again, the existing window will be activated instead.
3030

0 commit comments

Comments
 (0)