From c456a9252e38d08ee05ebbf3500b659c8197d613 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Mon, 21 Nov 2016 08:29:59 +0700 Subject: [PATCH] accconfirm.md: Fix typo "dependecy"->"dependency" --- aspnetcore/security/authentication/accconfirm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/accconfirm.md b/aspnetcore/security/authentication/accconfirm.md index 3aad5791a1..ca043c7052 100644 --- a/aspnetcore/security/authentication/accconfirm.md +++ b/aspnetcore/security/authentication/accconfirm.md @@ -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: