aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-21 22:18:57 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-21 22:18:57 -0500
commit88a3a5db5ef0d38e1d4a6464f1d0fbc28a990aac (patch)
treeb1b7d6e6d9fb411281453708ec09adc28b46152e /guides/source/command_line.md
parent2fb2913b35c4a706f0207119ab0b3e89f61546a1 (diff)
parentd02c810e29080389ab26313ae75556081aa9ac63 (diff)
downloadrails-88a3a5db5ef0d38e1d4a6464f1d0fbc28a990aac.tar.gz
rails-88a3a5db5ef0d38e1d4a6464f1d0fbc28a990aac.tar.bz2
rails-88a3a5db5ef0d38e1d4a6464f1d0fbc28a990aac.zip
Merge pull request #15215 from JohnKellyFerguson/rename-posts-to-articles
Documentation: Rename Posts to Articles
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 0bcdc4011a..0061c83a0c 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -454,7 +454,7 @@ You can also use custom annotations in your code and list them using `rake notes
```bash
$ bin/rake notes:custom ANNOTATION=BUG
(in /home/foobar/commandsapp)
-app/models/post.rb:
+app/models/article.rb:
* [ 23] Have to fix this one before pushing!
```