diff options
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rw-r--r-- | chrome/common/extensions/docs/bookmarks.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index 40ba05e..e5c64e6 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -2070,7 +2070,7 @@ For a full example of using bookmarks, see the <div class="description"> <p class="todo" style="display: none; ">Undocumented.</p> - <p>Seaches for BookmarkTreeNodes matching the given query.</p> + <p>Searches for BookmarkTreeNodes matching the given query.</p> <!-- PARAMETERS --> <h4>Parameters</h4> @@ -2262,7 +2262,7 @@ For a full example of using bookmarks, see the <div class="description"> <p class="todo" style="display: none; ">Undocumented.</p> - <p>Updates the properties of a bookmark or folder. Only specify the properties that you want to change, unspecified properties will be left unchanged. NOTE: currently, only 'title' is supported.</p> + <p>Updates the properties of a bookmark or folder. Specify only the properties that you want to change; unspecified properties will be left unchanged. <b>Note:</b> Currently, only 'title' is supported.</p> <!-- PARAMETERS --> <h4>Parameters</h4> @@ -2535,7 +2535,7 @@ For a full example of using bookmarks, see the <div class="description"> <p class="todo" style="display: none; ">Undocumented.</p> - <p>Fired when a bookmark or folder changes. NOTE: currently, only title changes trigger this.</p> + <p>Fired when a bookmark or folder changes. <b>Note:</b> Currently, only title changes trigger this.</p> <!-- PARAMETERS --> <h4>Parameters</h4> |