Skip to content

Commit 3ec4a12

Browse files
authored
Typo in comment - stickler for the details!
1 parent 018d770 commit 3ec4a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/popover.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
return ['click', 'focus'];
4949
},
5050
validator(value) {
51-
// Allow falsey value to disable all event triggers (equivalent to 'manual') in Bootstrap 4
51+
// Allow falsy value to disable all event triggers (equivalent to 'manual') in Bootstrap 4
5252
if (value === false || value === '') {
5353
return true;
5454
} else if (typeof value === 'string') {

0 commit comments

Comments
 (0)