Skip to content

Commit

Permalink
docs(plugins): fix syntax typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzZzzzxc authored Jul 13, 2023
1 parent 6eba650 commit 9c15a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ These files contain the logic that will generate results for the Lighthouse repo
**Example `audits/has-cat-images.js`**

```js
import {Audit} = from 'lighthouse';
import {Audit} from 'lighthouse';

class CatAudit extends Audit {
static get meta() {
Expand Down

0 comments on commit 9c15a92

Please sign in to comment.