diff options
author | Vipul A M <vipulnsward@gmail.com> | 2013-06-15 11:07:50 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2013-06-15 11:07:50 +0530 |
commit | 7ca82da6b0d467beed53f0501f6f3d8f9816787e (patch) | |
tree | 861c0dfa81bf38dccc6360045d531f5b8c99f1f8 /guides/source | |
parent | 57c0b54a915d15370173237fcbd3d14174ba6cb8 (diff) | |
download | rails-7ca82da6b0d467beed53f0501f6f3d8f9816787e.tar.gz rails-7ca82da6b0d467beed53f0501f6f3d8f9816787e.tar.bz2 rails-7ca82da6b0d467beed53f0501f6f3d8f9816787e.zip |
`dasboard` => `dashboard`
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/active_support_instrumentation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 38dbfd3152..969596f470 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -39,7 +39,7 @@ Action Controller ```ruby { - key: 'posts/1-dasboard-view' + key: 'posts/1-dashboard-view' } ``` @@ -51,7 +51,7 @@ Action Controller ```ruby { - key: 'posts/1-dasboard-view' + key: 'posts/1-dashboard-view' } ``` @@ -63,7 +63,7 @@ Action Controller ```ruby { - key: 'posts/1-dasboard-view' + key: 'posts/1-dashboard-view' } ``` @@ -75,7 +75,7 @@ Action Controller ```ruby { - key: 'posts/1-dasboard-view' + key: 'posts/1-dashboard-view' } ``` |