Skip to content

Commit 1c16d94

Browse files
authored
Spelling correction in Q121
1 parent 0a05b8d commit 1c16d94

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
@@ -2225,7 +2225,7 @@ You can download the PDF and Epub version of this repository from the latest run
22252225
**[⬆ Back to Top](#table-of-contents)**
22262226
22272227
121. ### What is a builder?
2228-
A builder function ia a function that uses the `Architect API` to perform a complex process such as "build" or "test". The builder code is defined in an npm package. For example, BrowserBuilder runs a webpack build for a browser target and KarmaBuilder starts the Karma server and runs a webpack build for unit tests.
2228+
A builder function is a function that uses the `Architect API` to perform a complex process such as "build" or "test". The builder code is defined in an npm package. For example, BrowserBuilder runs a webpack build for a browser target and KarmaBuilder starts the Karma server and runs a webpack build for unit tests.
22292229
22302230
**[⬆ Back to Top](#table-of-contents)**
22312231
@@ -4594,4 +4594,4 @@ You can download the PDF and Epub version of this repository from the latest run
45944594
274. ### What is content projection?
45954595
Content projection is a pattern in which you insert, or project, the content you want to use inside another component.
45964596
275. ### What is ng-content and its purpose?
4597-
The ng-content is used to insert the content dynamically inside the component that helps to increase component reusability.
4597+
The ng-content is used to insert the content dynamically inside the component that helps to increase component reusability.

0 commit comments

Comments
 (0)