Skip to content

Commit

Permalink
fix: misspelled word
Browse files Browse the repository at this point in the history
See more: #423
  • Loading branch information
qiqingfu committed Nov 27, 2020
1 parent e84ecb3 commit 9e968ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/button/tests/Button.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('Button.vue', () => {
expect(wrapper.attributes()).toHaveProperty('disabled')
})

it('by elForm.disable', () => {
it('by elForm.disabled', () => {
const wrapper = mount(Button, {
global: {
provide: {
Expand Down

0 comments on commit 9e968ae

Please sign in to comment.