diff options
| author | Adam Bard <github@adambard.com> | 2015-10-08 11:24:31 +0800 | 
|---|---|---|
| committer | Adam Bard <github@adambard.com> | 2015-10-08 11:24:31 +0800 | 
| commit | abd7444f9e5343f597b561a69297122142881fc8 (patch) | |
| tree | 1afa96957269a218ef2a84d9c9a2d4ab462e8fef /amd.html.markdown | |
| parent | 5c677e8071291520297ef3d5d8374c6d11285744 (diff) | |
| parent | 960ee4a1856db8eadb96277bb2422edfa8f2a81c (diff) | |
Merge pull request #1395 from ghalley/spaces
[en] Remove unnecessary whitespace throughout the english files
Diffstat (limited to 'amd.html.markdown')
| -rw-r--r-- | amd.html.markdown | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/amd.html.markdown b/amd.html.markdown index b3237dc7..d7fb41ba 100644 --- a/amd.html.markdown +++ b/amd.html.markdown @@ -8,10 +8,10 @@ filename: learnamd.js  ## Getting Started with AMD
 -The **Asynchronous Module Definition** API specifies a mechanism for defining 
 -JavaScript modules such that the module and its dependencies can be asynchronously 
 -loaded. This is particularly well suited for the browser environment where 
 -synchronous loading of modules incurs performance, usability, debugging, and 
 +The **Asynchronous Module Definition** API specifies a mechanism for defining
 +JavaScript modules such that the module and its dependencies can be asynchronously
 +loaded. This is particularly well suited for the browser environment where
 +synchronous loading of modules incurs performance, usability, debugging, and
  cross-domain access problems.
  ### Basic concept
 | 
