Skip to content

Commit 7a8bac7

Browse files
authored
chore: fix typo in test case description
1 parent 7db8c9c commit 7a8bac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/__tests__/shallowReactive.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('shallowReactive', () => {
1515
})
1616

1717
// #2843
18-
test('should allow shallow und normal reactive for same target', async () => {
18+
test('should allow shallow and normal reactive for same target', async () => {
1919
const original = { foo: {} }
2020
const shallowProxy = shallowReactive(original)
2121
const reactiveProxy = reactive(original)

0 commit comments

Comments
 (0)