Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit bdf753f

Browse files
committed
Copyedits: it's -> its; Controller -> controller
1 parent f1c5aec commit bdf753f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter_02/web/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import 'package:perf_api/perf_api.dart';
88
import 'dart:mirrors';
99

1010
/* Use the @NgController annotation to indicate that this class is an
11-
* Angular Controller. Angular will instantiate the controller if
12-
* it finds an element matching it's selector in the DOM.
11+
* Angular controller. Angular will instantiate the controller if
12+
* it finds an element matching its selector in the DOM.
1313
*
1414
* The selector field defines the CSS selector that will trigger the
1515
* controller. It can be any valid CSS selector which does not cross

0 commit comments

Comments
 (0)