Chromium Code Reviews

Unified Diff: chrome/browser/resources/bookmark_manager/main.html

Issue 5878001: Fix a typo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/main.html
diff --git a/chrome/browser/resources/bookmark_manager/main.html b/chrome/browser/resources/bookmark_manager/main.html
index 8e30a45442dfd9f7aa51cd3f54215eb21afeae1a..4fc5dc4dd1f8e6f86d6e589dd28607bb447539fe 100644
--- a/chrome/browser/resources/bookmark_manager/main.html
+++ b/chrome/browser/resources/bookmark_manager/main.html
@@ -154,7 +154,7 @@ const Promise = cr.Promise;
// Sometimes the extension API is not initialized.
if (!chrome.bookmarks)
- console.error('Bookmarks extension API is not avaiable');
+ console.error('Bookmarks extension API is not available');
// Allow platform specific CSS rules.
if (cr.isMac)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine