Skip to content

Commit 440d173

Browse files
docs(suffix-subjects): typo
1 parent 6910912 commit 440d173

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/rules/suffix-subjects.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ const answersSubject$ = new Subject<number>();
3939

4040
<!-- end auto-generated rule options list -->
4141

42-
This rule accepts a single option which is an object with properties that determine whether subject suffixes are enforced for `parameters`, `properties` and `variables`. It also contains a `types` property that determine whether of not the naming convention is to be enforced for specific types and a `suffix` property.
42+
This rule accepts a single option which is an object with properties that determine whether subject suffixes are enforced for `parameters`, `properties` and `variables`.
43+
It also contains a `types` property that determine whether or not the naming convention is to be enforced for specific types
44+
and a `suffix` property.
4345

4446
The default (Angular-friendly) configuration looks like this:
4547

0 commit comments

Comments
 (0)