aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorjonnii <me@jonnii.com>2011-02-10 12:22:19 -0800
committerjonnii <me@jonnii.com>2011-02-10 12:22:19 -0800
commit46ebbcd56b16734fa6ba6f81138827918976a9d5 (patch)
tree3372ebd51b312832da62f0d10ebe19f0936be2fa /railties/guides
parent0db9de6cf66b6a4388794efd8801f720ea95f242 (diff)
downloadrails-46ebbcd56b16734fa6ba6f81138827918976a9d5.tar.gz
rails-46ebbcd56b16734fa6ba6f81138827918976a9d5.tar.bz2
rails-46ebbcd56b16734fa6ba6f81138827918976a9d5.zip
Change fenomenal to phenomenal.
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/api_documentation_guidelines.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/api_documentation_guidelines.textile b/railties/guides/source/api_documentation_guidelines.textile
index 2bbb1b5919..5bac75fe8f 100644
--- a/railties/guides/source/api_documentation_guidelines.textile
+++ b/railties/guides/source/api_documentation_guidelines.textile
@@ -27,7 +27,7 @@ Communicate to the reader the current way of doing things, both explicitly and i
Documentation has to be concise but comprehensive. Explore and document edge cases. What happens if a module is anonymous? What if a collection is empty? What if an argument is nil?
-The proper names of Rails components have a space in between the words, like "Active Support". +ActiveRecord+ is a Ruby module, whereas Active Record is an ORM. Historically there has been lack of consistency regarding this, but we checked with David when docrails started. All Rails documentation consistently refer to Rails components by their proper name, and if in your next blog post or presentation you remember this tidbit and take it into account that'd be fenomenal :).
+The proper names of Rails components have a space in between the words, like "Active Support". +ActiveRecord+ is a Ruby module, whereas Active Record is an ORM. Historically there has been lack of consistency regarding this, but we checked with David when docrails started. All Rails documentation consistently refer to Rails components by their proper name, and if in your next blog post or presentation you remember this tidbit and take it into account that'd be phenomenal:).
Spell names correctly: Arel, Test::Unit, RSpec, HTML, MySQL, JavaScript, ERb. When in doubt, please have a look at some authoritative source like their official documentation.