Merge pull request #20230 from ronakjangir47/american_style

Rails documentation standard is american english. [ci skip]
This commit is contained in:
Rafael Mendonça França 2015-05-20 14:12:08 -03:00
commit 6577d049ef

@ -1127,7 +1127,7 @@ Search Engines Indexing
Sometimes, you may want to prevent some pages of your application to be visible
on search sites like Google, Bing, Yahoo or Duck Duck Go. The robots that index
these sites will first analyse the `http://your-site.com/robots.txt` file to
these sites will first analyze the `http://your-site.com/robots.txt` file to
know which pages it is allowed to index.
Rails creates this file for you inside the `/public` folder. By default, it allows