aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_instrumentation.md
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/source/active_support_instrumentation.md
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/source/active_support_instrumentation.md')
-rw-r--r--guides/source/active_support_instrumentation.md2
1 files changed, 1 insertions, 1 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`.