Skip to content

Commit dbaf6bb

Browse files
authored
Fixed two minor typos
1 parent 171ab4d commit dbaf6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-add-template-lint-addon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Linting and security in templates would help not only individual developers writ
1313

1414
1. Move ember-cli-template-lint to the ember-cli org (better for contributing and getting work off one person, @rwjblue)
1515
2. Add the dependency to the app blueprint here: https://github.com/ember-cli/ember-cli/blob/master/blueprints/app/files/package.json#L19
16-
3. Also add it to the addon blueprint, liek the eslint addon here: https://github.com/ember-cli/ember-cli/blob/master/blueprints/addon/index.js#L66
16+
3. Also add it to the addon blueprint, like the eslint addon here: https://github.com/ember-cli/ember-cli/blob/master/blueprints/addon/index.js#L66
1717

1818
# How We Teach This
1919

@@ -27,7 +27,7 @@ The same way that we teach ESLint being on by default.
2727

2828
# Alternatives
2929

30-
Do nothing and have people write sub part template code.
30+
Do nothing and have people write sub par template code.
3131

3232
# Unresolved questions
3333

0 commit comments

Comments
 (0)