aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@yahoo.com>2017-10-07 03:08:51 +0530
committerAkshay Vishnoi <akshay.vishnoi@yahoo.com>2017-10-07 11:29:59 +0530
commit823c17e4ab6cad89ebb711e6989327be170867e0 (patch)
tree474d17f0968501451018a0188f5a9da09b549e73 /guides
parent6375c9a3ae34cadd0d98e31ae1474fee26cf92ea (diff)
downloadrails-823c17e4ab6cad89ebb711e6989327be170867e0.tar.gz
rails-823c17e4ab6cad89ebb711e6989327be170867e0.tar.bz2
rails-823c17e4ab6cad89ebb711e6989327be170867e0.zip
[ci skip] Fix typo
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_support_instrumentation.md2
-rw-r--r--guides/source/configuring.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md
index ff4288a7f5..b32dda190c 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -549,4 +549,4 @@ end
```
You should follow Rails conventions when defining your own events. The format is: `event.library`.
-If you application is sending Tweets, you should create an event named `tweet.twitter`.
+If your application is sending Tweets, you should create an event named `tweet.twitter`.
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 05bb9a96c2..7a32607eb7 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -1317,7 +1317,7 @@ know which pages it is allowed to index.
Rails creates this file for you inside the `/public` folder. By default, it allows
search engines to index all pages of your application. If you want to block
-indexing on all pages of you application, use this:
+indexing on all pages of your application, use this:
```
User-agent: *