Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Update master #88

Merged
merged 1 commit into from
Jul 31, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ a way to describe how your application moves through various nested states

### How is Ember.js Different?

Traditional web applications make the user to download a new page every time
Traditional web applications make the user download a new page every time
they interact with the server. This means that every interaction is never faster
than the latency between you and the user, and usually slower. Using AJAX to
replace only parts of the page helps somewhat, but still requires a roundtrip to
Expand Down