From 54a3b46d0b20c2df729e4df8927c3c45decae9e5 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 2 Mar 2012 13:31:49 +0100 Subject: [PATCH] Wording --- docs/tutorial.html | 4 ++-- js/tutorial.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial.html b/docs/tutorial.html index c418cee..37d0d3e 100644 --- a/docs/tutorial.html +++ b/docs/tutorial.html @@ -75,8 +75,8 @@ callback(error); }); - }

Now all that's left is to bind the events from the different UI -elements to these actions, as can be seen here.

  return {
+  }

Now all that's left is to bind the events from the UI elements to +these actions, as can be seen here.

  return {
     connect:   connect,
     authorize: authorize,
     getData:   getData,
diff --git a/js/tutorial.js b/js/tutorial.js
index f74440d..d5e5163 100644
--- a/js/tutorial.js
+++ b/js/tutorial.js
@@ -103,8 +103,8 @@ define(['./remoteStorage', './helper'], function(remoteStorage, helper) {
     });
   }
 
-  // Now all that's left is to bind the events from the different UI
-  // elements to these actions, as can be seen [here](app.html).
+  // Now all that's left is to bind the events from the UI elements to
+  // these actions, as can be seen [here](app.html).
 
   return {
     connect:   connect,