Skip to content

Commit 5d77d90

Browse files
SchnWalterjelbourn
authored andcommitted
chore(coding-standards): say "pipeable" instead of "lettable" for rxjs (#9511)
1 parent b071d64 commit 5d77d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class ConfigBuilder {
127127
```
128128

129129
#### RxJS
130-
When dealing with RxJS operators, import the lettable operator (e.g.
130+
When dealing with RxJS operators, import the pipeable operator (e.g.
131131
`import {map} from 'rxjs/operators/map'`), as opposed to using the "patch" imports which pollute the
132132
user's global Observable object (e.g. `import 'rxjs/add/operator/map'`):
133133

0 commit comments

Comments
 (0)