From a29d21c69d9cb5342fe86a149932835aabc4cfd3 Mon Sep 17 00:00:00 2001 From: Ankit gupta Date: Tue, 5 May 2015 11:32:28 -0400 Subject: Using the real C and R def of Crud [ci skip] --- guides/source/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 31168ff45e..fee2d677c7 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -377,7 +377,7 @@ edit_article GET /articles/:id/edit(.:format) articles#edit In the next section, you will add the ability to create new articles in your application and be able to view them. This is the "C" and the "R" from CRUD: -creation and reading. The form for doing this will look like this: +create and read. The form for doing this will look like this: ![The new article form](images/getting_started/new_article.png) -- cgit v1.2.3