chore: fix typo in test case description

This commit is contained in:
kiyon
2021-04-16 10:43:56 +08:00
committed by GitHub
parent 7db8c9c19a
commit 7a8bac73e1

View File

@@ -15,7 +15,7 @@ describe('shallowReactive', () => {
})
// #2843
test('should allow shallow und normal reactive for same target', async () => {
test('should allow shallow and normal reactive for same target', async () => {
const original = { foo: {} }
const shallowProxy = shallowReactive(original)
const reactiveProxy = reactive(original)