aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/api_documentation_guidelines.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-09-19 00:04:30 +0200
committerXavier Noria <fxn@hashref.com>2010-09-19 00:05:05 +0200
commit2b6c2e947b819a2b874ce21f0017cc1449a827b3 (patch)
treee55f592d247361c619e10812f9eb7517959d3d84 /railties/guides/source/api_documentation_guidelines.textile
parent2d65ff5af7c57f2b66782d40e380a33904d02bce (diff)
downloadrails-2b6c2e947b819a2b874ce21f0017cc1449a827b3.tar.gz
rails-2b6c2e947b819a2b874ce21f0017cc1449a827b3.tar.bz2
rails-2b6c2e947b819a2b874ce21f0017cc1449a827b3.zip
adds to the API guidelines the proper spelling of Arel
Diffstat (limited to 'railties/guides/source/api_documentation_guidelines.textile')
-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 d2ccb6475e..9aefc41a70 100644
--- a/railties/guides/source/api_documentation_guidelines.textile
+++ b/railties/guides/source/api_documentation_guidelines.textile
@@ -29,7 +29,7 @@ Documentation has to be concise but comprehensive. Explore and document edge cas
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 :).
-Spell names correctly: HTML, MySQL, JavaScript, ERb. Use the article "an" for "SQL", as in "an SQL statement". Also "an SQLite database".
+Spell names correctly: Arel, HTML, MySQL, JavaScript, ERb. Use the article "an" for "SQL", as in "an SQL statement". Also "an SQLite database".
h3. Example Code