aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-05 13:04:59 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-05 13:04:59 -0300
commit3ed6d2f3528ae2f2c656ee8bdc9bc07c643c3e25 (patch)
tree682fc172990ba7b7f35280653624dc8c12215baa
parenta084f44de4a5278b811a9855a0b670c1b1b11919 (diff)
parenta29d21c69d9cb5342fe86a149932835aabc4cfd3 (diff)
downloadrails-3ed6d2f3528ae2f2c656ee8bdc9bc07c643c3e25.tar.gz
rails-3ed6d2f3528ae2f2c656ee8bdc9bc07c643c3e25.tar.bz2
rails-3ed6d2f3528ae2f2c656ee8bdc9bc07c643c3e25.zip
Merge pull request #20032 from ankit8898/guide
Documentation: Using the real C and R def of Crud [ci skip]
-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)