diff --git a/src/common/Puppeteer.ts b/src/common/Puppeteer.ts index e4dc0e53..eebd2f70 100644 --- a/src/common/Puppeteer.ts +++ b/src/common/Puppeteer.ts @@ -218,7 +218,7 @@ export class Puppeteer { * })(); * ``` * - * @returns a list of devices to be used with `page.emulate(options)`. Actual list of devices can be found in {@link https://github.com/puppeteer/puppeteer/blob/main/src/DeviceDescriptors.ts | src/DeviceDescriptors.ts}. + * @returns a list of devices to be used with `page.emulate(options)`. Actual list of devices can be found in {@link https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts | src/common/DeviceDescriptors.ts}. */ get devices(): DevicesMap { return devicesMap;