Skip to content

Commit c4c29cc

Browse files
committed
fix: update device docs
1 parent 221297e commit c4c29cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/foo-api-docs/docs/lighthouse-check-github-action/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A configuration file path in JSON format which holds all options defined here. T
4343
An endpoint to post comments to. This is only needed if you want to trigger comments on `push`. A `pull_request` trigger does not require this to be set. Typically this will be from GitHub's API. Example: `https://api.github.com/repos/:owner/:repo/commits/:commit_sha/comments.`
4444

4545
### `device`
46-
**Type**: `'desktop' | 'mobile' | undefined`
46+
**Type**: `'all' | 'desktop' | 'mobile' | undefined`
4747

4848
The device in which to run Lighthouse.
4949

0 commit comments

Comments
 (0)