Skip to content

Commit

Permalink
chore: comment typo [skip ci] (#12359)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentuansi committed Nov 16, 2021
1 parent f1f218f commit 05d05c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 05d05c0

Please sign in to comment.