diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-05-21 15:12:54 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-05-21 15:12:54 -0500 |
commit | e17aead83c9567e824abe3c00a3e620ae2e06816 (patch) | |
tree | a4aff7eebd0354d069fa30d98b4a7d3fe15b9145 | |
parent | 465736bf85cc24e1d94b3a476cbced4963fa4351 (diff) | |
parent | decd92b6fb1cca1621fc861d5c66b139575eea76 (diff) | |
download | rails-e17aead83c9567e824abe3c00a3e620ae2e06816.tar.gz rails-e17aead83c9567e824abe3c00a3e620ae2e06816.tar.bz2 rails-e17aead83c9567e824abe3c00a3e620ae2e06816.zip |
Merge pull request #15231 from khusnetdinov/fix_typo_guides_active_support_instrumentation
Fix typo guides/source/active_support_instrumentation.md [ci-skip]
-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 { |