Skip to content

Commit 43b4c27

Browse files
author
Mikkel Mork Hegnhoj
committed
1 parent e8d1cbd commit 43b4c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-how-to-specify-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this example, you set an environment variable for a container. The article as
3232
<CodePackage Name="MyCode" Version="CodeVersion1">
3333
...
3434
<EnvironmentVariables>
35-
<EnvironmentVariable Name="MyEnvVariable" Value="DeafultValue"/>
35+
<EnvironmentVariable Name="MyEnvVariable" Value="DefaultValue"/>
3636
<EnvironmentVariable Name="HttpGatewayPort" Value="19080"/>
3737
</EnvironmentVariables>
3838
</CodePackage>

0 commit comments

Comments
 (0)