Skip to content

Commit 3b90bba

Browse files
Fixed question number 7 grammar
Refined the grammar of the components definition.
1 parent 1c6e476 commit 3b90bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ You can download the PDF and Epub version of this repository from the latest run
393393
**[⬆ Back to Top](#table-of-contents)**
394394
395395
7. ### What are components?
396-
Components are the most basic UI building block of an Angular app which formed a tree of Angular components. These components are subset of directives. Unlike directives, components always have a template and only one component can be instantiated per an element in a template.
396+
Components are the most basic UI building block of an Angular app, which form a tree of Angular components. These components are a subset of directives. Unlike directives, components always have a template, and only one component can be instantiated per element in a template.
397397
Let's see a simple example of Angular component
398398
```typescript
399399
import { Component } from '@angular/core';

0 commit comments

Comments
 (0)