diff options
| author | Pascal Borreli | 2013-03-21 19:09:47 +0000 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-03-29 23:14:55 +0100 |
| commit | 9480136d9f062ec4b8df0a35914b48c0d61e0002 (patch) | |
| tree | 5d345c7be4f20b4ad688ede7ed6be4147a91cb45 /docs/content/misc | |
| parent | 4ae46814ff4e7c0bbcdbbefc0a97277283a84065 (diff) | |
| download | angular.js-9480136d9f062ec4b8df0a35914b48c0d61e0002.tar.bz2 | |
docs(*): fixed typos
Diffstat (limited to 'docs/content/misc')
| -rw-r--r-- | docs/content/misc/downloading.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/misc/downloading.ngdoc b/docs/content/misc/downloading.ngdoc index 2eb82768..31b69d1f 100644 --- a/docs/content/misc/downloading.ngdoc +++ b/docs/content/misc/downloading.ngdoc @@ -64,8 +64,8 @@ testing angular apps even easier. Your unit/integration test harness should load to write and execute end-to-end tests for angular applications. * __`angular-loader.min.js`__ — Module loader for Angular modules. If you are loading multiple script files containing - Angular modules, you can load them asynchronosuly and in any order as long as you load this file first. Often the - contents of this file are copy&pasted into the `index.html` to avoid even the inial request to `angular-loader.min.js`. + Angular modules, you can load them asynchronously and in any order as long as you load this file first. Often the + contents of this file are copy&pasted into the `index.html` to avoid even the initial request to `angular-loader.min.js`. See [angular-seed](https://github.com/angular/angular-seed/blob/master/app/index-async.html) for an example of usage. * __`angular-resource.js`__, __`angular-cookies.js`__, etc - extra Angular modules with additional functionality. |
