diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2014-12-02 16:32:31 +0000 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2014-12-02 16:35:00 +0000 |
commit | f09ecb0d45b02ce13375e15660fe7b4af8d59e87 (patch) | |
tree | 8198f01c88d11a42bd340b941163dd857a7bd2e4 /guides | |
parent | 885348f360640d144bfd881ddb9141ff7cc048f1 (diff) | |
download | rails-f09ecb0d45b02ce13375e15660fe7b4af8d59e87.tar.gz rails-f09ecb0d45b02ce13375e15660fe7b4af8d59e87.tar.bz2 rails-f09ecb0d45b02ce13375e15660fe7b4af8d59e87.zip |
Fix typo [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_2_release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 4be4406922..1e9107a8c6 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -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 |