From 18c52c0e384dd68dff36c8951da54adeae787097 Mon Sep 17 00:00:00 2001 From: eight Date: Wed, 13 Feb 2019 10:29:07 +0800 Subject: [PATCH] Fix: typo --- content/apply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apply.js b/content/apply.js index b70447b1..6793eb09 100644 --- a/content/apply.js +++ b/content/apply.js @@ -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 {