From a7b2867061b884f8a8f18db61902874ef56c906c Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Fri, 5 Aug 2011 01:08:53 -0700 Subject: [PATCH] rephrase "like to be" --- actionpack/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index 792862cb85a..0abfc8f81dd 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: