diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-02-28 09:28:17 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2015-02-28 09:28:17 -0500 |
commit | 433d439b799be83ecafb4ebd0ed4c183fc28294c (patch) | |
tree | 2a586dbb050eb6598b8d18822173d115ed3a5a7a /guides/source | |
parent | c4551a5bbb2c4e0f2c321e3da5e019b054bbfa9e (diff) | |
parent | 52cae7d558d07f3bd8a04630c0b1cc253b1a35a2 (diff) | |
download | rails-433d439b799be83ecafb4ebd0ed4c183fc28294c.tar.gz rails-433d439b799be83ecafb4ebd0ed4c183fc28294c.tar.bz2 rails-433d439b799be83ecafb4ebd0ed4c183fc28294c.zip |
Merge pull request #19123 from yui-knk/fix/active_support_instrumentation2
[ci skip] Remove `,`
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 1da568f9db..352da43b5f 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" } ``` |