Skip to content

Commit

Permalink
fix typo in HSTS config sample (MicrosoftDocs#123)
Browse files Browse the repository at this point in the history
Fix a typo in the HSTS config sample
  • Loading branch information
bangbingsyb authored Jan 25, 2018
1 parent 752d38f commit e1ca675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Strict-Transport-Secuirty" value="max-age=31536000" />
<add name="Strict-Transport-Security" value="max-age=31536000" />
</customHeaders>
</httpProtocol>
</system.webServer>
Expand Down

0 comments on commit e1ca675

Please sign in to comment.