Skip to content

Commit 42da03a

Browse files
Update README.md
- fixed styles and grammar
1 parent c5ee707 commit 42da03a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ You can download the PDF and Epub version of this repository from the latest run
100100
|47| [What is the shorthand notation for subscribe method?](#what-is-the-shorthand-notation-for-subscribe-method)|
101101
|48| [What are the utility functions provided by RxJS?](#what-are-the-utility-functions-provided-by-rxjs)|
102102
|49| [What are observable creation functions?](#what-are-observable-creation-functions)|
103-
|50| [What will happen if you do not supply handler for observer?](#what-will-happen-if-you-do-not-supply-handler-for-observer)|
104-
|51| [What are angular elements?](#what-are-angular-elements)|
103+
|50| [What will happen if you do not supply handler for the observer?](#what-will-happen-if-you-do-not-supply-handler-for-the-observer)|
104+
|51| [What are Angular elements?](#what-are-angular-elements)|
105105
|52| [What is the browser support of Angular Elements?](#what-is-the-browser-support-of-angular-elements)|
106106
|53| [What are custom elements?](#what-are-custom-elements)|
107107
|54| [Do I need to bootstrap custom elements?](#do-i-need-to-bootstrap-custom-elements)|
@@ -1274,13 +1274,13 @@ You can download the PDF and Epub version of this repository from the latest run
12741274
12751275
**[⬆ Back to Top](#table-of-contents)**
12761276
1277-
50. ### What will happen if you do not supply handler for observer?
1278-
Normally an observer object can define any combination of next, error and complete notification type handlers. If you don't supply a handler for a notification type, the observer just ignores notifications of that type.
1277+
50. ### What will happen if you do not supply handler for the observer?
1278+
Usually, an observer object can define any combination of `next`, `error`, and `complete` notification type handlers. If you don't supply a handler for a notification type, the observer just ignores notifications of that type.
12791279
12801280
**[⬆ Back to Top](#table-of-contents)**
12811281
1282-
51. ### What are angular elements?
1283-
Angular elements are Angular components packaged as **custom elements**(a web standard for defining new HTML elements in a framework-agnostic way). Angular Elements hosts an Angular component, providing a bridge between the data and logic defined in the component and standard DOM APIs, thus, providing a way to use Angular components in `non-Angular environments`.
1282+
51. ### What are Angular elements?
1283+
Angular elements are Angular components packaged as **custom elements** (a web standard for defining new HTML elements in a framework-agnostic way). Angular Elements host an Angular component, providing a bridge between the data and the logic defined in the component and the standard DOM APIs, thus, providing a way to use Angular components in `non-Angular environments`.
12841284
12851285
**[⬆ Back to Top](#table-of-contents)**
12861286

0 commit comments

Comments
 (0)