aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPaul Nikitochkin <paul.nikitochkin@gmail.com>2013-08-08 14:04:08 +0300
committerPaul Nikitochkin <paul.nikitochkin@gmail.com>2013-08-08 14:04:14 +0300
commit5602eebc639c26a0ded2badac4fa339bc8b396a8 (patch)
treee89f655b8fc2a3ef0363ee665c83b3a33af52529 /guides
parent4d8f23489e969ed3d61357b543b7a5607e57449e (diff)
downloadrails-5602eebc639c26a0ded2badac4fa339bc8b396a8.tar.gz
rails-5602eebc639c26a0ded2badac4fa339bc8b396a8.tar.bz2
rails-5602eebc639c26a0ded2badac4fa339bc8b396a8.zip
Remove using of suffix with term. [ci skip]
Diffstat (limited to 'guides')
-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 acfbf24f12..784a61adc1 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -641,7 +641,7 @@ private
```
See the `permit`? It allows us to accept both `title` and `text` in this
-action. With this change, you should finally be able to create new `Post`s.
+action. With this change, you should finally be able to create new posts.
Visit <http://localhost:3000/posts/new> and give it a try!
![Show action for posts](images/getting_started/show_action_for_posts.png)