| Index: chrome/common/extensions/docs/templates/articles/app_codelab_alarms.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab_alarms.html b/chrome/common/extensions/docs/templates/articles/app_codelab_alarms.html
|
| index a40a055d35cd3022915304a2f58fa312be39c711..75752d8b33a1531f5cf666af9bb3fa153729ac95 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_codelab_alarms.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_codelab_alarms.html
|
| @@ -156,7 +156,7 @@ in the Console every time the alarm "rings":</p>
|
|
|
| <ul>
|
| <li>Even when you close the Todo app window, the alarms will keep coming.</li>
|
| - <li>On platforms other than ChromeOS, if you completely close all Chrome browser instances, alarms won't trigger.</li>
|
| + <li>On platforms other than Chrome OS, if you completely close all Chrome browser instances, alarms won't trigger.</li>
|
| </ul>
|
|
|
| <p>Let's go over some of the pieces in <em>alarms.js</em> that use <code>chrome.alarms</code> methods one by one.</p>
|
|
|