NO BUG - Fix bad language in geckodriver release documentation. r=me

MozReview-Commit-ID: yGL6FgTpkN
This commit is contained in:
Andreas Tolfsen 2018-02-26 17:05:20 +00:00
Родитель d8578c1916
Коммит eff237d2c5
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -76,12 +76,12 @@ Make relevant changes to [Cargo.toml] to upgrade dependencies, then run
% ./mach build testing/geckodriver
to pull down and vendor the upgraded libraries. Remember to check
in the [Cargo.lock] file, since unlike we want geckodriver builds to
be reproducible.
in the [Cargo.lock] file since we want reproducible builds for
geckodriver, uninfluenced by dependency variations.
Updating dependencies should always be made as a separate commit to
not confuse reviewers because vendoring involves checking in a lot
of extra code reviewed downstream.
The updates to dependencies should always be made as a separate
commit to not confuse reviewers, because vendoring involves checking
in a lot of extra code already reviewed downstream.
[Cargo.toml]: https://searchfox.org/mozilla-central/source/testing/geckodriver/Cargo.toml
[Cargo.lock]: https://searchfox.org/mozilla-central/source/testing/geckodriver/Cargo.lock
@ -122,7 +122,7 @@ of [testing/geckodriver] to the latter branch:
% git clean -fxd
% cp -r $SRC/gecko/testing/geckodriver/* .
[README]: https://searchfox.org/mozilla-central/source/testing/geckodriver/README.md
[README.md]: https://searchfox.org/mozilla-central/source/testing/geckodriver/README.md
[testing/geckodriver]: https://searchfox.org/mozilla-central/source/testing/geckodriver