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

Lint actionpack/CHANGELOG.md

Fixes a few grammar things.

[ci skip]
This commit is contained in:
Jon Moss 2017-08-06 22:17:35 -04:00
parent 5e222f3d91
commit b23a01fc36

View file

@ -14,11 +14,11 @@
* `driven_by` now registers poltergeist and capybara-webkit
If driver poltergeist or capybara-webkit is set for System Tests,
If poltergeist or capybara-webkit are set as drivers is set for System Tests,
`driven_by` will register the driver and set additional options passed via
`:options` param.
the `:options` parameter.
Refer to drivers documentation to learn what options can be passed.
Refer to the respective driver's documentation to see what options can be passed.
*Mario Chavez*