Skip to content

Commit dd40e9d

Browse files
authored
Merge pull request #119 from HeroicEric/patch-1
Fix typo in code example
2 parents 98697f1 + 392c07e commit dd40e9d

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)