Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 33bea56

Browse files
glossary updates
1 parent f405f40 commit 33bea56

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

public/docs/ts/latest/glossary.jade

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ block includes
4040
## Angular Module
4141
.l-sub-section
4242
:marked
43-
Helps us organize an application into cohesive blocks of functionality.
43+
Helps you organize an application into cohesive blocks of functionality.
4444
An Angular module identifies the components, directives, and pipes that the application uses along with the list of external Angular modules that the application needs, such as `FormsModule`.
4545

4646
Every Angular application has an application root module class. By convention, the class is
@@ -711,14 +711,8 @@ a#snake-case
711711
## TypeScript
712712
.l-sub-section
713713
:marked
714-
<<<<<<< HEAD
715714
A version of JavaScript that supports most [ECMAScript 2015](#ecmascript=2015)
716715
language features such as [Decorators](#decorator).
717-
=======
718-
A version of JavaScript that supports most [ECMAScript](#ecmascript) 2015
719-
language features and many features that may arrive in future versions
720-
of JavaScript such as [Decorators](#decorator).
721-
>>>>>>> 51bcce6b1ccb188257200e6becb62f684895f30a
722716

723717
TypeScript is also noteable for its optional typing system, which gives
724718
us compile-time type checking and strong tooling support (for example, "intellisense",

0 commit comments

Comments
 (0)