Skip to content

Commit 3530209

Browse files
committed
Fix KDoc on ChromeDP
1 parent a7278f4 commit 3530209

File tree

1 file changed

+1
-1
lines changed
  • src/commonMain/kotlin/org/hildan/chrome/devtools

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/org/hildan/chrome/devtools/ChromeDP.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object ChromeDP {
9090

9191
/**
9292
* Creates a client that uses Chrome's [JSON HTTP endpoints](https://chromedevtools.github.io/devtools-protocol/#endpoints)
93-
* to query metadata about the browser or the protocol, and to list, create and close target (e.g. tabs).
93+
* to query metadata about the browser or the protocol, and to list, create and close targets (e.g. tabs).
9494
*
9595
* Avoid using the returned [ChromeDPHttpApi] to manage targets (list/open/close tabs).
9696
* Not all headless browsers support these endpoints, and they are superseded by the web socket API.

0 commit comments

Comments
 (0)