Skip to content

Commit bb3713b

Browse files
authored
Update README.md
1 parent 820e297 commit bb3713b

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
@@ -280,7 +280,7 @@ You can download the PDF and Epub version of this repository from the latest run
280280
|240| [How do you get current direction for locales??](#how-do-you-get-current-direction-for-locales)|
281281
|241| [What is ngcc?](#what-is-ngcc)|
282282
|242| [What classes should not be added to declarations?](#what-classes-should-not-be-added-to-declarations)|
283-
|243| [Wat is ngzone?](#what-is-ngzone)|
283+
|243| [What is ngzone?](#what-is-ngzone)|
284284
|244| [What is NoopZone?](#what-is-noopzone)|
285285
|245| [How do you create displayBlock components?](#how-do-you-create-displayblock-components)|
286286
|246| [What are the possible data change scenarios for change detection?](#what-are-the-possible-data-change-scenarios-for-change-detection)|
@@ -1921,7 +1921,7 @@ You can download the PDF and Epub version of this repository from the latest run
19211921
**[⬆ Back to Top](#table-of-contents)**
19221922
19231923
100. ### What is codelyzer?
1924-
Codelyzer provides set of tslint rules for static code analysis of Angular TypeScript projects. ou can run the static code analyzer over web apps, NativeScript, Ionic etc. Angular CLI has support for this and it can be use as below,
1924+
Codelyzer provides set of tslint rules for static code analysis of Angular TypeScript projects. You can run the static code analyzer over web apps, NativeScript, Ionic etc. Angular CLI has support for this and it can be use as below,
19251925
```bash
19261926
ng new codelyzer
19271927
ng lint

0 commit comments

Comments
 (0)