diff --git a/module2/projects/relational_rails.md b/module2/projects/relational_rails.md index f598a4668..9267d0ea2 100644 --- a/module2/projects/relational_rails.md +++ b/module2/projects/relational_rails.md @@ -305,7 +305,7 @@ As a visitor When I visit the parent index page Next to every parent, I see a link to edit that parent's info When I click the link -I should be taken to that parents edit page where I can update its information just like in User Story 4 +I should be taken to that parents edit page where I can update its information just like in User Story 14 ``` ```