Skip to content

Commit 21ee585

Browse files
committed
Fix a typo.
1 parent ff4ba5f commit 21ee585

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
@@ -106,7 +106,7 @@ import 'rxjs/add/operator/map';
106106
someObservable.map(...).subscribe(...);
107107

108108
// YES
109-
import {map} from 'rxks/operator/map';
109+
import {map} from 'rxjs/operator/map';
110110
map.call(someObservable, ...).subscribe(...);
111111
```
112112

0 commit comments

Comments
 (0)