Skip to content

Commit

Permalink
docs(AjaxObservable): fix typo in example documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dreambo8563 authored and kwonoj committed May 18, 2016
1 parent cd14899 commit 9b4c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observable/dom/AjaxObservable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class AjaxObservable<T> extends Observable<T> {
*
* @example
* source = Rx.Observable.ajax('/products');
* source = Rx.Observable.ajax( url: 'products', method: 'GET' });
* source = Rx.Observable.ajax({ url: 'products', method: 'GET' });
*
* @param {string|Object} request Can be one of the following:
* A string of the URL to make the Ajax call.
Expand Down

0 comments on commit 9b4c5d8

Please sign in to comment.