We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cae36 commit 5f92df7Copy full SHA for 5f92df7
src/helpers/scopeTab.js
@@ -40,7 +40,7 @@ export default function scopeTab(node, event) {
40
// Safari does not move the focus to the radio button,
41
// so we need to force it to really walk through all elements.
42
//
43
- // This is very error prune, since we are trying to guess
+ // This is very error prone, since we are trying to guess
44
// if it is a safari browser from the first occurence between
45
// chrome or safari.
46
0 commit comments