We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0043 commit e3d4a72Copy full SHA for e3d4a72
context-and-timeout.md
@@ -34,7 +34,7 @@ pageWithCancel.MustNavigate("http://github.com")
34
pageWithCancel.MustElement("body")
35
```
36
37
-We use the `page.Context` to create a shallow clone of the `page`. Whenever we call the `cancel`, the all sub operations
+We use the `page.Context` to create a shallow clone of the `page`. Whenever we call the `cancel`, all the sub operations
38
triggered by the `pageWithCancel` will be canceled, it can be any operation, not just `MustNavigate`.
39
The origin `page` won't be affected, if we use it to call operations they won't be cancelled.
40
0 commit comments