Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1002)

Unified Diff: chrome/common/extensions/docs/templates/articles/richNotifications.html

Issue 561733004: Fixing path to chrome app samples in documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding app.yaml and cron.yaml vesion update Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/richNotifications.html
diff --git a/chrome/common/extensions/docs/templates/articles/richNotifications.html b/chrome/common/extensions/docs/templates/articles/richNotifications.html
index a42a7c8900d2ce0fd857eecacb8f347aadd29651..90722c0e2d86cf26a5acecc7bc27ef52a0abc0a1 100644
--- a/chrome/common/extensions/docs/templates/articles/richNotifications.html
+++ b/chrome/common/extensions/docs/templates/articles/richNotifications.html
@@ -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>
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/inform_users.html ('k') | extensions/common/api/app_window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698