Index: chrome/common/extensions/docs/static/api_other.html |
=================================================================== |
--- chrome/common/extensions/docs/static/api_other.html (revision 26784) |
+++ chrome/common/extensions/docs/static/api_other.html (working copy) |
@@ -16,7 +16,7 @@ |
<dt><strong> Standard JavaScript APIs </strong></dt> |
<dd> These are the same core JavaScript and DOM APIs |
that you can use in ordinary web apps. |
- <span class="comment">[PENDING: check! should link to complete list]</span> |
+ <span class="comment">[PENDING: check! should link to complete list]</span> |
<!-- Use onclick in your toolbar div to add click behavior. |
E.g. window.open(someUrl). --></dd> |
<dt><strong> XMLHttpRequest </strong></dt> |
@@ -24,7 +24,7 @@ |
Use <a href="xhr.html">XMLHttpRequest</a> |
to request data from one or more servers. |
The <a href="manifest.html#permissions">permissions</a> field |
- of the manifest specifies |
+ of the manifest specifies |
which hosts the extension can send requests to. |
</dd> |
<dt><strong> WebKit APIs </strong></dt> |