Skip to content

Commit 392c07e

Browse files
authored
Fix typo in code example
Removes an errant closing bracket from a code sample.
1 parent 98697f1 commit 392c07e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ to your `.template-lintrc.js` file:
3333
module.exports = {
3434
plugins: ["ember-template-lint-plugin-prettier"],
3535
36-
extends: ["recommended", "ember-template-lint-plugin-prettier:recommended"],
37-
},
36+
extends: ["recommended", "ember-template-lint-plugin-prettier:recommended"]
3837
};
3938
```
4039

0 commit comments

Comments
 (0)