1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in Action Pack changelog [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2016-03-25 14:33:00 +05:30
parent 520e81ba5d
commit ca9e1e2101
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
not meant to handle XML requests.
Third, if the current request is an "interactive" browser request (the user
navigated here by entering the URL in the address bar, submiting a form,
navigated here by entering the URL in the address bar, submitting a form,
clicking on a link, etc. as opposed to an XHR or non-browser API request),
`ActionView::UnknownFormat` is raised to display a helpful error
message.

View file

@ -25,7 +25,7 @@
*Tara Scherner de la Fuente*
* Make `benchmark('something', silence: true)` actually work
* Make `benchmark('something', silence: true)` actually work.
*DHH*