From 666e0beff6b83f2205c62d991251a3c375c710ab Mon Sep 17 00:00:00 2001 From: Fabian Parzefall Date: Thu, 30 Jun 2016 16:29:12 +0200 Subject: [PATCH] Fixed code snippet include in first Web API tutorial (#1578) --- aspnet/tutorials/first-web-api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/tutorials/first-web-api.rst b/aspnet/tutorials/first-web-api.rst index 9028cee592..4c22d378bb 100644 --- a/aspnet/tutorials/first-web-api.rst +++ b/aspnet/tutorials/first-web-api.rst @@ -115,8 +115,8 @@ In the ``ConfigureServices`` method, add the highlighted code: .. literalinclude:: first-web-api/sample/src/TodoApi/Startup.cs :language: c# - :lines: 25-31 - :emphasize-lines: 6 + :lines: 13-23 + :emphasize-lines: 9-10 :dedent: 8 Add a controller