Skip to content

Commit 592c7bb

Browse files
authored
Merge pull request sudheerj#67 from VasileDurlesteanu/master
Update README.md
2 parents 441c00b + c5ee707 commit 592c7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You can download the PDF and Epub version of this repository from the latest run
8484
|44| [What is the difference between promise and observable?](#what-is-the-difference-between-promise-and-observable)|
8585
|45| [What is multicasting?](#what-is-multicasting)|
8686
|46| [How do you perform error handling in observables?](#how-do-you-perform-error-handling-in-observables)|
87-
|47| [What is the short hand notation for subscribe method?](#what-is-the-short-hand-notation-for-subscribe-method)|
87+
|47| [What is the shorthand notation for subscribe method?](#what-is-the-shorthand-notation-for-subscribe-method)|
8888
|48| [What are the utility functions provided by RxJS?](#what-are-the-utility-functions-provided-by-rxjs)|
8989
|49| [What are observable creation functions?](#what-are-observable-creation-functions)|
9090
|50| [What will happen if you do not supply handler for observer?](#what-will-happen-if-you-do-not-supply-handler-for-observer)|
@@ -1224,7 +1224,7 @@ You can download the PDF and Epub version of this repository from the latest run
12241224
**[⬆ Back to Top](#table-of-contents)**
12251225
12261226
49. ### What are observable creation functions?
1227-
RxJS provides creation functions for the process of creating observables from things such as promises, events, timers and Ajax requests. Let us explain each of them with an example,
1227+
RxJS provides creation functions for the process of creating observables from promises, events, timers and Ajax requests. Let us explain each of them with an example:
12281228
1. Create an observable from a promise
12291229
```javascript
12301230
import { from } from 'rxjs'; // from function

0 commit comments

Comments
 (0)