Fix: typo

This commit is contained in:
eight 2019-02-13 10:29:07 +08:00
parent 691631ec53
commit 18c52c0e38

View File

@ -421,7 +421,7 @@ const APPLY = (() => {
const now = performance.now();
if (now - lastCalledTime < 1000) {
if (continuousCalledCount >= 5) {
throw new Error('The page keep generating mutations, skip the event.');
throw new Error('The page keeps generating mutations. Skip the event.');
}
continuousCalledCount++;
} else {