Skip to content

Commit 10ef81c

Browse files
committed
docs: fix typo
1 parent c93d607 commit 10ef81c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Create the following `tslint.json` file like:
100100
"max-inline-declarations": true,
101101
"prefer-output-readonly": true,
102102
"no-conflicting-life-cycle-hooks": true,
103-
"enforce-component-selector: true,
103+
"enforce-component-selector": true,
104104
"use-input-property-decorator": true,
105105
"use-output-property-decorator": true,
106106
"use-host-property-decorator": true,
@@ -158,7 +158,7 @@ Now create the following `tslint.json` file where your `node_modules` directory
158158
"max-inline-declarations": true,
159159
"prefer-output-readonly": true,
160160
"no-conflicting-life-cycle-hooks": true,
161-
"enforce-component-selector: true,
161+
"enforce-component-selector": true,
162162
"use-input-property-decorator": true,
163163
"use-output-property-decorator": true,
164164
"use-host-property-decorator": true,
@@ -268,7 +268,7 @@ Below you can find a recommended configuration which is based on the [Angular St
268268
"max-inline-declarations": true,
269269
"prefer-output-readonly": true,
270270
"no-conflicting-life-cycle-hooks": true,
271-
"enforce-component-selector: true,
271+
"enforce-component-selector": true,
272272

273273
// [ENABLED, "SUFFIX"]
274274
// Where "SUFFIX" is your custom suffix, for instance "Page" for Ionic 2 components.

0 commit comments

Comments
 (0)