Skip to content

Commit

Permalink
docs: fix DeviceDescriptor link (#5683)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanteh committed Apr 20, 2020
1 parent c4fe4e4 commit ad6c57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -485,7 +485,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/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/src/DeviceDescriptors.js).
devices can be found in [src/DeviceDescriptors.js](https://github.com/puppeteer/puppeteer/blob/master/src/DeviceDescriptors.ts).

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

0 comments on commit ad6c57a

Please sign in to comment.