Skip to content

Commit e22ae2b

Browse files
Jinjiangktsn
authored andcommitted
[en] updated some format of code comment (#962)
1 parent fc6ec81 commit e22ae2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mutations are very straightforward to test, because they are just functions that
99
``` js
1010
const state = { ... }
1111

12-
// export mutations as a named export
12+
// export `mutations` as a named export
1313
export const mutations = { ... }
1414

1515
export default new Vuex.Store({
@@ -32,7 +32,7 @@ export const mutations = {
3232
import { expect } from 'chai'
3333
import { mutations } from './store'
3434

35-
// destructure assign mutations
35+
// destructure assign `mutations`
3636
const { increment } = mutations
3737

3838
describe('mutations', () => {

0 commit comments

Comments
 (0)