Skip to content

Commit e3d4a72

Browse files
authored
Update context-and-timeout.md (#114)
1 parent 80e0043 commit e3d4a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context-and-timeout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pageWithCancel.MustNavigate("http://github.com")
3434
pageWithCancel.MustElement("body")
3535
```
3636

37-
We use the `page.Context` to create a shallow clone of the `page`. Whenever we call the `cancel`, the all sub operations
37+
We use the `page.Context` to create a shallow clone of the `page`. Whenever we call the `cancel`, all the sub operations
3838
triggered by the `pageWithCancel` will be canceled, it can be any operation, not just `MustNavigate`.
3939
The origin `page` won't be affected, if we use it to call operations they won't be cancelled.
4040

0 commit comments

Comments
 (0)