aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorAnkit gupta <ankit.gupta8898@gmail.com>2015-05-05 11:32:28 -0400
committerAnkit gupta <ankit.gupta8898@gmail.com>2015-05-05 11:33:25 -0400
commita29d21c69d9cb5342fe86a149932835aabc4cfd3 (patch)
tree74ac0103ce64aa7419f6535078281a34649606c7 /guides/source/getting_started.md
parent1d73cdadb3404398db1b94df271d82a25c01bb80 (diff)
downloadrails-a29d21c69d9cb5342fe86a149932835aabc4cfd3.tar.gz
rails-a29d21c69d9cb5342fe86a149932835aabc4cfd3.tar.bz2
rails-a29d21c69d9cb5342fe86a149932835aabc4cfd3.zip
Using the real C and R def of Crud [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
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)