Skip to content

Commit 567df56

Browse files
Update load.js (#306)
fix a typo
1 parent b0ee51f commit 567df56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dev-tools/load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function loadDevTools(callback) {
1111
}
1212
}
1313

14-
// the check localStorage
14+
// then check localStorage
1515
const localStorageValue = window.localStorage.getItem('dev-tools')
1616
const setInLocalStorage = localStorageValue != undefined
1717
const localStorageEnabled = localStorageValue === 'true'

0 commit comments

Comments
 (0)