Skip to content

Commit 04ee1fd

Browse files
committed
docs: Simplify grammar.
1 parent e548493 commit 04ee1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/finnish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const answer$ = of(42, 54);
2121
This rule accepts a single option which is an object with properties that determine whether Finnish notation is enforced for `functions`, `methods`, `parameters`, `properties` and `variables`. It also contains:
2222

2323
- `names` and `types` properties that determine whether of not Finnish notation is to be enforced for specific names or types.
24-
- a `strict` property that, if `true`, disallows the use of a `$` suffix with non-`Observable` identifiers.
24+
- a `strict` property that, if `true`, allows the `$` suffix to be used _only_ with identifiers that have an `Observable` type.
2525

2626
The default (Angular-friendly) configuration looks like this:
2727

0 commit comments

Comments
 (0)