Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix link text
Closes #6245.
  • Loading branch information
mathiasbynens committed Jul 20, 2020
1 parent 9fdf2ba commit 040f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -501,7 +501,7 @@ The default flags that Chromium will be launched with.
- returns: <[Object]>

Returns a list of devices to be used with [`page.emulate(options)`](#pageemulateoptions). Actual list of
devices can be found in [src/common/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts).
devices can be found in [`src/common/DeviceDescriptors.ts`](https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts).

```js
const puppeteer = require('puppeteer');
Expand Down

0 comments on commit 040f37e

Please sign in to comment.