Skip to content

Commit

Permalink
docs(api): fixed grammatical error (it's -> its) #3352
Browse files Browse the repository at this point in the history
Fixed incorrect use of "it's".
  • Loading branch information
justin0022 authored and aslushnikov committed Oct 4, 2018
1 parent af4209f commit 90d1fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -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.
Expand Down

0 comments on commit 90d1fe8

Please sign in to comment.