Skip to content

Commit 9dc90a3

Browse files
livesegakazupon
authored andcommitted
Fixed typo (#1296)
1 parent a9eea7b commit 9dc90a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ru/guides/using-with-vuex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('Actions.vue', () => {
7474
expect(actions.actionInput).toHaveBeenCalled()
7575
})
7676

77-
it('не вызывает "actionInput", когда значение событие не "input"', () => {
77+
it('не вызывает "actionInput", когда значение события не "input"', () => {
7878
const wrapper = shallowMount(Actions, { store, localVue })
7979
const input = wrapper.find('input')
8080
input.element.value = 'not input'

0 commit comments

Comments
 (0)