Guides/MVC-Integration.md
... ...
@@ -420,7 +420,7 @@ After Step 11, the Sample_MVCApp should build and work without a problem. To see
420 420
421 421
**a.** Open _Layout.cshtml in Views\Shared\ in Solution Explorer
422 422
423
-**b.** Add an ActionLink to Izenda as below
423
+**b.** Add an ActionLink which leads to Izenda as below
424 424
425 425
```html
426 426
<li>@Html.ActionLink("Home", "Index", "Home")</li>