Skip to content

Commit 49c26ab

Browse files
authored
Merge pull request #49270 from MikkelHegn/master
Adressing https://github.com/MicrosoftDocs/azure-docs/issues/13571
2 parents e8d1cbd + 43b4c27 commit 49c26ab

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)