diff options
author | Marat Khusnetdinov <marat@khusnetdinov.ru> | 2014-05-22 00:00:55 +0400 |
---|---|---|
committer | Marat Khusnetdinov <marat@khusnetdinov.ru> | 2014-05-22 00:00:55 +0400 |
commit | decd92b6fb1cca1621fc861d5c66b139575eea76 (patch) | |
tree | eac5cefbe7857a8a152e9c7c929686e03d328a9b /guides/source | |
parent | 361d2ff615b7748b25ae1903892cde9e0a27fd29 (diff) | |
download | rails-decd92b6fb1cca1621fc861d5c66b139575eea76.tar.gz rails-decd92b6fb1cca1621fc861d5c66b139575eea76.tar.bz2 rails-decd92b6fb1cca1621fc861d5c66b139575eea76.zip |
Fix typo guides/source/active_support_instrumentation.md
Diffstat (limited to 'guides/source')
-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 d947c5d9d5..7033947468 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -364,7 +364,7 @@ INFO. Options passed to fetch will be merged with the payload. | ------ | --------------------- | | `:key` | Key used in the store | -INFO. Cache stores my add their own keys +INFO. Cache stores may add their own keys ```ruby { |