Skip to content

Commit d1ff9df

Browse files
committed
chore: fix typo
1 parent 6856704 commit d1ff9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/defineComponent.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe('defineComponent', () => {
161161
expect.assertions(2)
162162
})
163163

164-
it('should any custom options', () => {
164+
it('should allow any custom options', () => {
165165
const App = defineComponent({
166166
foo: 'foo',
167167
bar: 'bar',

0 commit comments

Comments
 (0)