Skip to content

Commit f0e0f75

Browse files
authored
Fix typo (#8)
1 parent bde32b7 commit f0e0f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/prefer-async-pipe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Use container components and async pipe (`prefer-async-pipe`)
22

3-
This rule effects failures if explicit calls to `subscribe` are made within a component. Instead, use a child component to which a value is passed by using te async pipe in the parent component's template.
3+
This rule effects failures if explicit calls to `subscribe` are made within a component. Instead, use a child component to which a value is passed by using the async pipe in the parent component's template.
44

55
## Options
66

77
This rule has no options.
88

99
## Further reading
1010

11-
- [Connecting Components with Reactive Forms](https://ncjamieson.com/connecting-components-with-reactive-forms/)
11+
- [Connecting Components with Reactive Forms](https://ncjamieson.com/connecting-components-with-reactive-forms/)

0 commit comments

Comments
 (0)