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

Fix typo [ci skip]

This commit is contained in:
Andrew White 2014-12-02 16:32:31 +00:00
parent 885348f360
commit f09ecb0d45

View file

@ -544,8 +544,8 @@ Please refer to the [Changelog][action-view] for detailed changes.
* Placeholder I18n follows the same convention as `label` I18n.
([Pull Request](https://github.com/rails/rails/pull/16438))
* When calling the `process` helpers in an integration test the path needs to
a leading slash. Previously you could omit it but that was a byproduct of t
* When calling the `process` helpers in an integration test the path needs to have
a leading slash. Previously you could omit it but that was a byproduct of the
implementation and not an intentional feature, e.g.:
```ruby