diff options
author | George Claghorn <george.claghorn@gmail.com> | 2018-05-09 20:31:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 20:31:55 -0400 |
commit | 2161b78336bb9c2b169063c22af10485ff9a93e7 (patch) | |
tree | e5ea6c69e278f49e38a5756869b6fa458a7e9657 /guides | |
parent | f507085fa2a7625324e6f4e3ecef9b27dabefb4f (diff) | |
parent | c699966d33b38b70d617b2d123562cde79730407 (diff) | |
download | rails-2161b78336bb9c2b169063c22af10485ff9a93e7.tar.gz rails-2161b78336bb9c2b169063c22af10485ff9a93e7.tar.bz2 rails-2161b78336bb9c2b169063c22af10485ff9a93e7.zip |
Merge pull request #32859 from assain/fix-typo-activesupport-instrumentation-guide
Fix Typo In ActiveSupport Instrumentation Guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_support_instrumentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 11c4a8222a..4e90b31ca4 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -169,7 +169,7 @@ INFO. Additional keys may be added by the caller. ### send_data.action_controller -`ActionController` does not had any specific information to the payload. All options are passed through to the payload. +`ActionController` does not add any specific information to the payload. All options are passed through to the payload. ### redirect_to.action_controller |