Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / articles / richNotifications.html
index a42a7c8..90722c0 100644 (file)
@@ -68,7 +68,7 @@ the count is reset to zero;
 <p>
 Notifications can be assigned a priority between -2 to 2.
 Priorities < 0 are only shown in the center;
-priorities > 0 are shown for increasing duration and 
+priorities > 0 are shown for increasing duration and
 more high priority notifications can be displayed in the system tray.
 </p>
 
@@ -110,8 +110,8 @@ and how those details are displayed.
 <b>Consider integrating with GCM!</b><br>
 <a href="inform_users">Keep your users informed</a> all the time,
 even when your app isn't opened.
-The <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/gcm-notifications">gcm-notifications sample</a>
-shows a simple integration between GCM and Rich Notifications API. 
+The <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/gcm-notifications">gcm-notifications sample</a>
+shows a simple integration between GCM and Rich Notifications API.
 </p>
 
 <h3 id="basic">Create basic notification</h3>
@@ -219,7 +219,7 @@ chrome.notifications.onButtonClicked.addListener(replyBtnClick);
 
 <pre>
 function replyBtnClick {
-       //Write function to respond to user action. 
+       //Write function to respond to user action.
 }
 </pre>