From 0d615c3ff94cc5da2edfc28d3c33306330a32276 Mon Sep 17 00:00:00 2001 From: Ronak Jangir Date: Wed, 20 May 2015 22:42:09 +0530 Subject: [PATCH] Rails documentation standard is american english. [ci skip] --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 9e2588ecb3..31b937c925 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -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 -- GitLab