aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-05-02 01:29:46 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-05-02 01:29:46 +0530
commit0ddec98b950ad73028c6c11f7d0b7a19e96687d7 (patch)
treeaef3e37b503c0b70fefacca78bb361f94e3c3d57 /guides/source
parenteb3bfe293663746f42bae00b3b516418822f9a81 (diff)
downloadrails-0ddec98b950ad73028c6c11f7d0b7a19e96687d7.tar.gz
rails-0ddec98b950ad73028c6c11f7d0b7a19e96687d7.tar.bz2
rails-0ddec98b950ad73028c6c11f7d0b7a19e96687d7.zip
copy-edit guide [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/command_line.textile3
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/command_line.textile b/guides/source/command_line.textile
index 95a01710b5..6dc78880f8 100644
--- a/guides/source/command_line.textile
+++ b/guides/source/command_line.textile
@@ -446,8 +446,7 @@ app/model/post.rb:
NOTE. When using specific annotations and custom annotations, the annotation name (FIXME, BUG etc) is not displayed in the output lines.
-Be default, rake notes will look in the app, config, lib, script and test directories for notes. If you would like to search additional directories,
-simply provide the directories as a comma seperated list in an environment variable +SOURCE_ANNOTATION_DIRECTORIES+.
+By default, +rake notes+ will look in the +app+, +config+, +lib+, +script+ and +test+ directories. If you would like to search other directories, you can provide them as a comma separated list in an environment variable +SOURCE_ANNOTATION_DIRECTORIES+.
<shell>
$ export SOURCE_ANNOTATION_DIRECTORIES='rspec,vendor'