Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
style: fix typo in comment (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored Sep 22, 2020
1 parent 538bc7d commit c928beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tslint-rules/noRxjsPatchImportsRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ERROR_MESSAGE = 'Uses of RxJS patch imports are forbidden.';

/**
* Rule that prevents uses of RxJS patch imports (e.g. `import 'rxjs/add/operator/map').
* Supports allowing usage in specific filesvia `"no-patch-imports": [true, "\.spec\.ts$"]`.
* Supports allowing usage in specific files via `"no-patch-imports": [true, "\.spec\.ts$"]`.
*/
export class Rule extends Lint.Rules.AbstractRule {
apply(sourceFile: ts.SourceFile) {
Expand Down

0 comments on commit c928beb

Please sign in to comment.