Skip to content

Commit 1e98667

Browse files
committed
Minor
1 parent 4d2f6d6 commit 1e98667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/deploying/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Cross-platform binaries can run on any operating system as long as the targeted
5656

5757
You can choose to run the app as a platform-specific executable or as a cross-platform binary via the `dotnet` command. There should be no app behavior difference when launching the platform-specific executable versus the `dotnet` command. Launching via a platform-specific executable gives you better integration with the underlying OS. For example:
5858

59-
- You'll see the app executable name in your process list instead of `dotnet`, which could be confusing if there's more than one.
60-
- You can customize the platform-specific executable with OS-specific features. For more information, see [this discussion about configuring default stack size on Windows](https://github.com/dotnet/runtime/issues/96347#issuecomment-1981470713).
59+
- The app executable name appears in the process list instead of `dotnet`, which could be confusing if there's more than one.
60+
- The platform-specific executable can be customized with OS-specific features. For example, see [this discussion about configuring default stack size on Windows](https://github.com/dotnet/runtime/issues/96347#issuecomment-1981470713).
6161

6262
The following command produces a cross-platform binary:
6363

0 commit comments

Comments
 (0)