Skip to content

Commit 3b64739

Browse files
authored
Merge pull request #90364 from changeworld/patch-26
Fix typo
2 parents 0456e86 + 1b5dfb6 commit 3b64739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-application-and-service-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The executable specified by **EntryPoint** is typically the long-running service
6060

6161
Typical scenarios for using **SetupEntryPoint** are when you run an executable before the service starts or you perform an operation with elevated privileges. For example:
6262

63-
* Setting up and initializing environment variables that the service executable needs. This is not limited to only executables written via the Service Fabric programming models. For example, npm.exe needs some environment variables configured for deploying a node.js application.
63+
* Setting up and initializing environment variables that the service executable needs. This is not limited to only executables written via the Service Fabric programming models. For example, npm.exe needs some environment variables configured for deploying a Node.js application.
6464
* Setting up access control by installing security certificates.
6565

6666
For more information on how to configure the SetupEntryPoint, see [Configure the policy for a service setup entry point](service-fabric-application-runas-security.md)

0 commit comments

Comments
 (0)