diff options
author | Waynn Lue <WLGades@gmail.com> | 2011-08-05 01:08:53 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:31 -0700 |
commit | a7b2867061b884f8a8f18db61902874ef56c906c (patch) | |
tree | 998cfab30f84a71fdc35eb2f00a56a6b35e34d9f /actionpack | |
parent | 9eb3e637fb7ffa7a35847b5dd577c3a2736e5101 (diff) | |
download | rails-a7b2867061b884f8a8f18db61902874ef56c906c.tar.gz rails-a7b2867061b884f8a8f18db61902874ef56c906c.tar.bz2 rails-a7b2867061b884f8a8f18db61902874ef56c906c.zip |
rephrase "like to be"
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index 792862cb85..0abfc8f81d 100644 --- a/actionpack/README.rdoc +++ b/actionpack/README.rdoc @@ -283,7 +283,7 @@ methods: The last two lines are responsible for telling ActionController where the template files are located and actually running the controller on a new -request from the web-server (like to be Apache). +request from the web-server (e.g., Apache). And the templates look like this: |