aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-10-07 15:05:37 +0900
committerGitHub <noreply@github.com>2017-10-07 15:05:37 +0900
commit142831159c0d72c7bf2e23a35bfdbdccd8b5a931 (patch)
treef57dfde5a97c5f8e4dff963644d6794e094a693b /guides
parent5873da8d6f9cecb19dce5b94896ce8fbe9fdc284 (diff)
parent823c17e4ab6cad89ebb711e6989327be170867e0 (diff)
downloadrails-142831159c0d72c7bf2e23a35bfdbdccd8b5a931.tar.gz
rails-142831159c0d72c7bf2e23a35bfdbdccd8b5a931.tar.bz2
rails-142831159c0d72c7bf2e23a35bfdbdccd8b5a931.zip
Merge pull request #30822 from akshay-vishnoi/fix-typo
[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 893b18ce0d..3b31557f41 100644
--- a/guides/source/active_support_instrumentation.md
+++ b/guides/source/active_support_instrumentation.md
@@ -596,4 +596,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: *