1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-08-16 08:10:57 +03:00

Fixed typo

Closes gh-14282
This commit is contained in:
Andrew Murray 2016-05-15 08:41:40 +10:00 committed by Ariya Hidayat
parent 7f65284f60
commit d77b8dde0a

View File

@ -543,7 +543,7 @@ output-expectations test:
expected to hit the backstop timeout.)
* `expect-stdout:` All subsequent tokens on the line are concatenated,
with spaces in between, and a newline is appeneded. The PhantomJS
with spaces in between, and a newline is appended. The PhantomJS
process is expected to emit that text, verbatim, on its standard
output. If used more than once, that produces multiple lines of
expected output.