Skip to content

Commit 177a10b

Browse files
authored
Merge pull request #221 from teohhanhui/patch-1
Fix typos
2 parents 44b7ee3 + b2cf044 commit 177a10b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ but they are **super-fast**!
110110

111111
Two alternative clients are available:
112112

113-
* The first directly manipulates the Symfony kernel provided by `WebTestCase`, it is the fastest client available,
113+
* The first directly manipulates the Symfony kernel provided by `WebTestCase`. It is the fastest client available,
114114
but it is only available for Symfony apps.
115115
* The second leverages the [Goutte](https://github.com/FriendsOfPHP/Goutte) web scraping library.
116116
It is an intermediate between Symfony's and Panther's test clients. Goutte sends real HTTP requests.
@@ -161,7 +161,7 @@ class E2eTest extends PantherTestCase
161161
Panther provides a convenient way to test applications with real-time capabilities which use [Mercure](https://symfony.com/doc/current/mercure.html), [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)
162162
and similar technologies.
163163

164-
`PantherTestCase::createAdditionalPantherClient()` creates additional, isolated, browsers; that can interact with each others.
164+
`PantherTestCase::createAdditionalPantherClient()` creates additional, isolated browsers which can interact with each other.
165165
For instance, this can be useful to test a chat application having several users connected simultaneously:
166166

167167
```php
@@ -190,7 +190,7 @@ class ChatTest extends PantherTestCase
190190
}
191191
```
192192

193-
## Additional Documentations
193+
## Additional Documentation
194194

195195
Since Panther implements the API of popular libraries, it already has extensive documentation:
196196

0 commit comments

Comments
 (0)