Skip to content

Commit fcfe9dc

Browse files
committed
Merge pull request #57 from lucaswong2000/master
fix an error that may cause confusion
2 parents 48af5ea + 86a2142 commit fcfe9dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

at-a-glance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ there is actually 2 completely different types of browser emulators out there:
99
* Headless browser emulators
1010
* Browser controllers
1111

12-
First type browsers are simple pure HTTP specification implementations, like
12+
First type browser emulators are simple pure HTTP specification implementations, like
1313
`Goutte`_. Those browser emulators send a real HTTP requests against an application
1414
and parse the response content. They are very simple to run and configure,
1515
because this type of emulators can be written in any available programming
@@ -29,7 +29,7 @@ is that such browser emulators require the installed browser, extra configuratio
2929
and are usually much slower than headless counterparts.
3030

3131
So, the easy answer is to choose the best emulator for your project and use
32-
its API for testing. But as we've already seen, both browser types have both
32+
its API for testing. But as we've already seen, both browser emulator types have both
3333
advantages and disadvantages. If you choose headless browser emulator, you
3434
will not be able to test your JS/AJAX pages. And if you choose browser controller,
3535
your overall test suite will become very slow at some point. So, in real

0 commit comments

Comments
 (0)