| 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)
|
|
|