Skip to content

Commit 19da014

Browse files
committed
commit
1 parent 98ab427 commit 19da014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Browsershot::url('https://example.com')
269269
```
270270

271271
#### Waiting for javascript function
272-
You can also wait for the javascript function until is returns true by `waitForFunction()`. This is useful if you need to wait for task on javascript which is not related to network status.
272+
You can also wait for a javascript function until is returns true by using `waitForFunction()`. This is useful if you need to wait for task on javascript which is not related to network status.
273273

274274
```php
275275
Browsershot::url('https://example.com')

0 commit comments

Comments
 (0)