Skip to content

Commit a63485a

Browse files
authored
Fixed the wording
1 parent 61d9579 commit a63485a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ You can download the PDF and Epub version of this repository from the latest run
324324

325325
| AngularJS | Angular |
326326
|---- | ---------
327-
| It is based on MVC architecture | This is based on Service/Controller |
328-
| This uses use JavaScript to build the application| Introduced the typescript to write the application |
327+
| It is based on MVC architecture| This is based on Service/Controller|
328+
| It uses JavaScript to build the application| Introduced the TypeScript to write the application|
329329
| Based on controllers concept| This is a component based UI approach|
330330
| Not a mobile friendly framework| Developed considering mobile platform|
331331
| Difficulty in SEO friendly application development| Ease to create SEO friendly applications|
@@ -4577,4 +4577,4 @@ You can download the PDF and Epub version of this repository from the latest run
45774577
A component harness is a testing API around an Angular directive or component to make tests simpler by hiding implementation details from test suites. This can be shared between unit tests, integration tests, and end-to-end tests. The idea for component harnesses comes from the **PageObject** pattern commonly used for integration testing.
45784578
45794579
273. ### What is the benefit of Automatic Inlining of Fonts?
4580-
During compile time, Angular CLI will download and inline the fonts that your application is using. This performance update speed up the first contentful paint(FCP) and this feature is enabled by default in apps built with version 11.
4580+
During compile time, Angular CLI will download and inline the fonts that your application is using. This performance update speed up the first contentful paint(FCP) and this feature is enabled by default in apps built with version 11.

0 commit comments

Comments
 (0)