chore: fix some typos (#5050) [ci skip]

This commit is contained in:
Forzen FIsh
2021-12-12 09:58:46 +08:00
committed by GitHub
parent 7e4f0a8694
commit 57a09331b2
4 changed files with 4 additions and 4 deletions

View File

@@ -602,7 +602,7 @@ const methodsToPatch = [
const patched = new WeakSet<object>()
function defineReactive(obj: any, key: string, val: any) {
// it's possible for the orignial object to be mutated after being defined
// it's possible for the original object to be mutated after being defined
// and expecting reactivity... we are covering it here because this seems to
// be a bit more common.
if (isObject(val) && !isReactive(val) && !patched.has(val)) {