Skip to content

Commit bccb9cb

Browse files
committed
Propagating capitalization fix from Chapter 2 to Chap 3 to 6
Angular Component -> Angular component.
1 parent ec08bf9 commit bccb9cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Chapter_03/lib/rating/rating_component.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library rating;
33
import 'package:angular/angular.dart';
44

55
/* Use the @NgComponent annotation to indicate that this class is an
6-
* Angular Component.
6+
* Angular component.
77
*
88
* The selector field defines the CSS selector that will trigger the
99
* component. Typically, the CSS selector is an element name.

Chapter_04/lib/rating/rating_component.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library rating;
33
import 'package:angular/angular.dart';
44

55
/* Use the @NgComponent annotation to indicate that this class is an
6-
* Angular Component.
6+
* Angular component.
77
*
88
* The selector field defines the CSS selector that will trigger the
99
* component. Typically, the CSS selector is an element name.

Chapter_05/lib/rating/rating_component.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library rating;
33
import 'package:angular/angular.dart';
44

55
/* Use the @NgComponent annotation to indicate that this class is an
6-
* Angular Component.
6+
* Angular component.
77
*
88
* The selector field defines the CSS selector that will trigger the
99
* component. Typically, the CSS selector is an element name.

Chapter_06/lib/rating/rating_component.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library rating;
33
import 'package:angular/angular.dart';
44

55
/* Use the @NgComponent annotation to indicate that this class is an
6-
* Angular Component.
6+
* Angular component.
77
*
88
* The selector field defines the CSS selector that will trigger the
99
* component. Typically, the CSS selector is an element name.

0 commit comments

Comments
 (0)