Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 3, 2020
1 parent 6856704 commit d1ff9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/defineComponent.spec.ts
Expand Up @@ -161,7 +161,7 @@ describe('defineComponent', () => {
expect.assertions(2)
})

it('should any custom options', () => {
it('should allow any custom options', () => {
const App = defineComponent({
foo: 'foo',
bar: 'bar',
Expand Down

0 comments on commit d1ff9df

Please sign in to comment.