diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-05-20 14:12:08 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-05-20 14:12:08 -0300 |
commit | 6577d049efc4885391cce7f03f6c62194659b399 (patch) | |
tree | b73eea0af6f464407a4e47760da467324c4235b4 /guides/source | |
parent | 85fb209e526cc70be699bfeee0b5adffcc2eb108 (diff) | |
parent | 0d615c3ff94cc5da2edfc28d3c33306330a32276 (diff) | |
download | rails-6577d049efc4885391cce7f03f6c62194659b399.tar.gz rails-6577d049efc4885391cce7f03f6c62194659b399.tar.bz2 rails-6577d049efc4885391cce7f03f6c62194659b399.zip |
Merge pull request #20230 from ronakjangir47/american_style
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/configuring.md | 2 |
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 |