From a0073f02a9933f1cecc787807a923b9960b8ef37 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Sat, 14 Jul 2018 10:34:14 -0600 Subject: [PATCH] Update crud.md (#7613) --- aspnetcore/data/ef-rp/crud.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/data/ef-rp/crud.md b/aspnetcore/data/ef-rp/crud.md index 69461d6d02..927de50d24 100644 --- a/aspnetcore/data/ef-rp/crud.md +++ b/aspnetcore/data/ef-rp/crud.md @@ -231,9 +231,9 @@ Test Delete. ## Common errors -Student/Home or other links don't work: +Student/Index or other links don't work: -Verify the Razor Page contains the correct `@page` directive. For example, The Student/Home Razor Page should **not** contain a route template: +Verify the Razor Page contains the correct `@page` directive. For example, The Student/Index Razor Page should **not** contain a route template: ```cshtml @page "{id:int}"