Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ato authored Dec 18, 2024
1 parent e115323 commit 62de6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ warcaroo-cdp
===========

This is a client for the [CDP protocol](https://chromedevtools.github.io/devtools-protocol/). It's not
intended to cover the full full API, just the parts that Warcaroo uses. In the future, we might switch to the
intended to cover the full API, just the parts that Warcaroo uses. In the future, we might switch to the
[webdriver-bidi protocol](https://github.com/w3c/webdriver-bidi) once it covers everything we need.

There is higher-level Navigator API which state tracking and the rest of Warcaroo should use this rather than calling
There is a higher-level Navigator API which handles things like request state tracking and the rest of Warcaroo should use this instead of calling
CDP domain methods directly.

```mermaid
Expand Down

0 comments on commit 62de6b5

Please sign in to comment.