From 9e377550d6efeb22921585ed0b97168ba4fc7dfa Mon Sep 17 00:00:00 2001 From: Si Nguyen Date: Tue, 16 Nov 2021 16:31:31 +0700 Subject: [PATCH] Update util.js --- src/shared/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/util.js b/src/shared/util.js index 9f240c77b14..3168a1ff9c0 100644 --- a/src/shared/util.js +++ b/src/shared/util.js @@ -35,7 +35,7 @@ export function isPrimitive (value: any): boolean %checks { /** * Quick object check - this is primarily used to tell - * Objects from primitive values when we know the value + * objects from primitive values when we know the value * is a JSON-compliant type. */ export function isObject (obj: mixed): boolean %checks {