accconfirm.md: Fix typo "dependecy"->"dependency"

pull/2223/head
Max Bruckner 2016-11-21 08:29:59 +07:00 committed by GitHub
parent 0d15615591
commit c456a9252e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ At this time, the contents of the *secrets.json* file are not encrypted. The *se
### Configure startup to use `AuthMessageSenderOptions`
Add the dependecy `Microsoft.Extensions.Options.ConfigurationExtensions` in the project.json file.
Add the dependency `Microsoft.Extensions.Options.ConfigurationExtensions` in the project.json file.
Add `AuthMessageSenderOptions` to the service container at the end of the `ConfigureServices` method in the *Startup.cs* file: