aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_documentation_guidelines.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2014-06-07 10:53:25 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2014-06-07 10:53:25 +0000
commita39c88b5c9ddaf7df6768db0171846a5db1402fd (patch)
treee9a682e58a0c6e3f40290b8158ec8d2e9f4a96fa /guides/source/api_documentation_guidelines.md
parentb9ea1d3384ceb5c52f311089776d126b2383105a (diff)
downloadrails-a39c88b5c9ddaf7df6768db0171846a5db1402fd.tar.gz
rails-a39c88b5c9ddaf7df6768db0171846a5db1402fd.tar.bz2
rails-a39c88b5c9ddaf7df6768db0171846a5db1402fd.zip
copy edits [ci skip]
Diffstat (limited to 'guides/source/api_documentation_guidelines.md')
-rw-r--r--guides/source/api_documentation_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_documentation_guidelines.md b/guides/source/api_documentation_guidelines.md
index 0a55e31818..dda9baa8d7 100644
--- a/guides/source/api_documentation_guidelines.md
+++ b/guides/source/api_documentation_guidelines.md
@@ -19,7 +19,7 @@ The [Rails API documentation](http://api.rubyonrails.org) is generated with RDoc
bundle exec rake rdoc
```
-Resulting HTML files can be found and browsed at ./doc/rdoc directory. Just open index.html file in the browser and you're done.
+Resulting HTML files can be found in the ./doc/rdoc directory.
Wording
-------