diff options
author | Assain <assainjaleel20@gmail.com> | 2018-05-10 00:45:32 +0530 |
---|---|---|
committer | Assain <assainjaleel20@gmail.com> | 2018-05-10 00:45:32 +0530 |
commit | c699966d33b38b70d617b2d123562cde79730407 (patch) | |
tree | e5ea6c69e278f49e38a5756869b6fa458a7e9657 | |
parent | f507085fa2a7625324e6f4e3ecef9b27dabefb4f (diff) | |
download | rails-c699966d33b38b70d617b2d123562cde79730407.tar.gz rails-c699966d33b38b70d617b2d123562cde79730407.tar.bz2 rails-c699966d33b38b70d617b2d123562cde79730407.zip |
[ci skip] fix typo in active_support_instrumentation.md guide
-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 |