From 5f92df74560009d5eaca66c60271ca42154986ad Mon Sep 17 00:00:00 2001 From: pauldtong Date: Tue, 22 May 2018 20:40:00 -0700 Subject: [PATCH] very small spelling correction in comment --- src/helpers/scopeTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/scopeTab.js b/src/helpers/scopeTab.js index 11e0aef6..a8410ab3 100644 --- a/src/helpers/scopeTab.js +++ b/src/helpers/scopeTab.js @@ -40,7 +40,7 @@ export default function scopeTab(node, event) { // Safari does not move the focus to the radio button, // so we need to force it to really walk through all elements. // - // This is very error prune, since we are trying to guess + // This is very error prone, since we are trying to guess // if it is a safari browser from the first occurence between // chrome or safari. //