Skip to content

Commit

Permalink
Fixing favIconUrl property name typo for TabChangeInfo class (Definit…
Browse files Browse the repository at this point in the history
…elyTyped#9249)

* Fixing favIconUrl property name typo for TabChangeInfo class

* Empty commit to trigger Travis CI
  • Loading branch information
Litee authored and horiuchi committed May 9, 2016
1 parent cd61385 commit 00cb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/chrome.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6210,7 +6210,7 @@ declare namespace chrome.tabs {
* The tab's new favicon URL.
* @since Chrome 27.
*/
faviconUrl?: string;
favIconUrl?: string;
/**
* The tab's new title.
* @since Chrome 48.
Expand Down

0 comments on commit 00cb576

Please sign in to comment.