aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/api_documentation_guidelines.textile
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-04-03 16:59:37 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-04-03 16:59:37 +0900
commit9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b (patch)
treef78ef9658c3070b1e5ab25aa88f4352e6794767f /railties/guides/source/api_documentation_guidelines.textile
parentbd3cdeea354ebff97b0d5102a0857ce85eedcfa4 (diff)
downloadrails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.gz
rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.tar.bz2
rails-9bf5cddd2835ba4f5d5597f421acf8c9f7385c3b.zip
s/ERb/ERB/g (part II)
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 7433507866..e22ffa4c04 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. All Rails documentation should 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.
+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.
Use the article "an" for "SQL", as in "an SQL statement". Also "an SQLite database".