docs(api): fixed grammatical error (it's -> its) #3352

Fixed incorrect use of "it's".
This commit is contained in:
Justin Lee 2018-10-04 16:09:08 -07:00 committed by Andrey Lushnikov
parent af4209ff98
commit 90d1fe8f6f

View File

@ -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.