Skip to content

Commit f5d0612

Browse files
committed
Format
1 parent 2a88e76 commit f5d0612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-redundant-pipe.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default createRule({
4141
const getPipeCallExpressionWithExpressionArgs = flow(
4242
O.fromPredicate(isPipeExpression),
4343
/**
44-
* We ignore Pipe calls which contain a spread argument because these are never invalid.
44+
* We ignore pipe calls which contain a spread argument because these are never invalid.
4545
*/
4646
O.chain(getCallExpressionWithExpressionArgs)
4747
);

0 commit comments

Comments
 (0)