aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorRonak Jangir <ronakjangir47@gmail.com>2015-05-20 22:42:09 +0530
committerRonak Jangir <ronakjangir47@gmail.com>2015-05-20 22:42:09 +0530
commit0d615c3ff94cc5da2edfc28d3c33306330a32276 (patch)
treeb73eea0af6f464407a4e47760da467324c4235b4 /guides/source/configuring.md
parent85fb209e526cc70be699bfeee0b5adffcc2eb108 (diff)
downloadrails-0d615c3ff94cc5da2edfc28d3c33306330a32276.tar.gz
rails-0d615c3ff94cc5da2edfc28d3c33306330a32276.tar.bz2
rails-0d615c3ff94cc5da2edfc28d3c33306330a32276.zip
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
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