Skip to content

Commit 2a302aa

Browse files
KiaraGrouwstraalexeagle
authored andcommitted
fix(docs): rxjs/add/operators/map -> rxjs/add/operator/map (no 's').
Was it with 's' before?
1 parent 31b819e commit 2a302aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ import * as core from 'angular2/core';
429429
* Operators and Observables from RxJS (e.g. .map(), .toArray(), .toPromise(), etc ) now need to be explicitly imported (once per operator in your app)
430430
```
431431
import {Observable} from 'rxjs/Observable';
432-
import 'rxjs/add/operators/map';
432+
import 'rxjs/add/operator/map';
433433
import 'rxjs/add/observable/interval';
434434

435435
Observable.interval(1000).subscribe(...);

0 commit comments

Comments
 (0)