We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db8c9c commit 7a8bac7Copy full SHA for 7a8bac7
packages/reactivity/__tests__/shallowReactive.spec.ts
@@ -15,7 +15,7 @@ describe('shallowReactive', () => {
15
})
16
17
// #2843
18
- test('should allow shallow und normal reactive for same target', async () => {
+ test('should allow shallow and normal reactive for same target', async () => {
19
const original = { foo: {} }
20
const shallowProxy = shallowReactive(original)
21
const reactiveProxy = reactive(original)
0 commit comments