mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(api): fixed grammatical error (it's -> its) #3352
Fixed incorrect use of "it's".
This commit is contained in:
parent
af4209ff98
commit
90d1fe8f6f
@ -2049,7 +2049,7 @@ Dispatches a `keyup` event.
|
||||
|
||||
The Mouse class operates in main-frame CSS pixels relative to the top-left corner of the viewport.
|
||||
|
||||
Every `page` object has it's own Mouse, accessible with [`page.mouse`](#pagemouse).
|
||||
Every `page` object has its own Mouse, accessible with [`page.mouse`](#pagemouse).
|
||||
|
||||
```js
|
||||
// Using ‘page.mouse’ to trace a 100x100 square.
|
||||
|
Loading…
Reference in New Issue
Block a user