spelling: favorites
Closes https://github.com/dart-lang/sdk/pull/50806 GitOrigin-RevId: 797ea37d9d727ff9db80733e4f5ce2807ace611e Change-Id: Iee4885232d0874ff7949b96779634943ced3ea35 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276773 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Michael Thomsen <mit@google.com> Reviewed-by: Srujan Gaddam <srujzs@google.com>
This commit is contained in:
@@ -41,7 +41,7 @@ abstract class _KeyName {
|
||||
static const String BROWSER_BACK = "BrowserBack";
|
||||
|
||||
/** The Browser Favorites key */
|
||||
static const String BROWSER_FAVORTIES = "BrowserFavorites";
|
||||
static const String BROWSER_FAVORITES = "BrowserFavorites";
|
||||
|
||||
/** The Browser Forward key */
|
||||
static const String BROWSER_FORWARD = "BrowserForward";
|
||||
|
||||
Reference in New Issue
Block a user