diff options
author | yui-knk <spiketeika@gmail.com> | 2015-02-28 22:08:55 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2015-02-28 22:08:55 +0900 |
commit | 52cae7d558d07f3bd8a04630c0b1cc253b1a35a2 (patch) | |
tree | 3b1c8cf2995918e32c099b838b2b861b1bf38bb2 | |
parent | b58dac811bec4d9e1ca87f4885e94d39c3fc7be4 (diff) | |
download | rails-52cae7d558d07f3bd8a04630c0b1cc253b1a35a2.tar.gz rails-52cae7d558d07f3bd8a04630c0b1cc253b1a35a2.tar.bz2 rails-52cae7d558d07f3bd8a04630c0b1cc253b1a35a2.zip |
[ci skip] Remove `,`
-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 9d9f40e956..61d730b8b8 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -218,7 +218,7 @@ Action View ```ruby { - identifier: "/Users/adam/projects/notifications/app/views/posts/_form.html.erb", + identifier: "/Users/adam/projects/notifications/app/views/posts/_form.html.erb" } ``` |