File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export default class Dropdown extends Component {
156
156
/**
157
157
* Toggle visibility of dropdown items
158
158
*
159
- * @param {bool } state - Whether to display or hide the items
159
+ * @param {boolean } state - Whether to display or hide the items
160
160
*/
161
161
_toggle ( state = false ) {
162
162
this . setState ( {
Original file line number Diff line number Diff line change 2
2
* Test if localStorage is enabled.
3
3
*
4
4
* {@link https://github.com/Modernizr/Modernizr/blob/master/feature-detects/storage/localstorage.js}
5
- * @return {undefined|bool } Returns false on error.
5
+ * @return {undefined|boolean } Returns false on error.
6
6
*/
7
7
module . exports = function ( ) {
8
8
const test = 'localStorageTest' ;
You can’t perform that action at this time.
0 commit comments