diff options
| author | Oliver Schmidt | 2013-12-05 09:29:18 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-17 12:12:14 +0000 | 
| commit | c432999572c3564dd6d2456161fc6a942bc8d866 (patch) | |
| tree | d762e81bb33bef11560aa858f58fef2bbfb05a49 /docs/content/api | |
| parent | f8d319c11a12efb96f822a8b4d0fd35af19934a6 (diff) | |
| download | angular.js-c432999572c3564dd6d2456161fc6a942bc8d866.tar.bz2 | |
docs(ng): fix typo and line lengths
Closes #5288
Diffstat (limited to 'docs/content/api')
| -rw-r--r-- | docs/content/api/ng.ngdoc | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/docs/content/api/ng.ngdoc b/docs/content/api/ng.ngdoc index 2877a566..0acaf528 100644 --- a/docs/content/api/ng.ngdoc +++ b/docs/content/api/ng.ngdoc @@ -3,6 +3,9 @@  @description  # ng (core module) -The ng module is loaded by default when an AngularJS application is started. The module itself contains the essential components to for an AngularJS application to function. The table below lists a high level breakdown of each of the services/factories, filters, directives and testing components available within this core module. +The ng module is loaded by default when an AngularJS application is started. The module itself +contains the essential components for an AngularJS application to function. The table below +lists a high level breakdown of each of the services/factories, filters, directives and testing +components available within this core module.  <div doc-module-components="ng"></div> | 
