From 8890f46c102b073fe6cc06dd9cff6410035d4795 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 16 Aug 2019 17:54:03 -0400 Subject: [PATCH] Update startup.md (#13878) --- aspnetcore/fundamentals/startup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aspnetcore/fundamentals/startup.md b/aspnetcore/fundamentals/startup.md index d0becb184a..c5b7f35935 100644 --- a/aspnetcore/fundamentals/startup.md +++ b/aspnetcore/fundamentals/startup.md @@ -102,8 +102,7 @@ For features that require substantial setup, there are `Add{Service}` extension ::: moniker range=">= aspnetcore-3.0" -[!code-csharp[](startup/3.0_samples/StartupFilterSample/StartupIdentity.cs -?name=snippet)] +[!code-csharp[](startup/3.0_samples/StartupFilterSample/StartupIdentity.cs?name=snippet)] ::: moniker-end