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:
Josh Soref
2023-01-09 13:22:09 +00:00
committed by Commit Queue
parent 7a129d6b91
commit be43ba609b
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -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";