diff options
author | Xavier Noria <fxn@hashref.com> | 2010-10-05 22:52:43 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-10-05 22:52:43 +0200 |
commit | 3b7d48cc455a04a40328e8f29b4200fdfb4f73b7 (patch) | |
tree | 8341ac0d0aa410720f06b6920132ba34578716d9 /railties/guides/source | |
parent | da34ee423f3d43c368e33d834bb70d59af16273b (diff) | |
download | rails-3b7d48cc455a04a40328e8f29b4200fdfb4f73b7.tar.gz rails-3b7d48cc455a04a40328e8f29b4200fdfb4f73b7.tar.bz2 rails-3b7d48cc455a04a40328e8f29b4200fdfb4f73b7.zip |
a couple of touches to the guides guidelines
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/ruby_on_rails_guides_guidelines.textile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/guides/source/ruby_on_rails_guides_guidelines.textile b/railties/guides/source/ruby_on_rails_guides_guidelines.textile index 818d96da79..0bc409cbda 100644 --- a/railties/guides/source/ruby_on_rails_guides_guidelines.textile +++ b/railties/guides/source/ruby_on_rails_guides_guidelines.textile @@ -26,11 +26,10 @@ h5. When are Objects Saved? Use same typography as in regular text: <plain> -h3. Brief Note About +Test::Unit+ h6. The +:content_type+ Option </plain> -h3. API Documentation Guidelides +h3. API Documentation Guidelines The guides and the API should be coherent where appropriate. Please have a look at these particular sections of the "API Documentation Guidelines":api_documentation_guidelines.html: |