Skip to content

Commit dea0f30

Browse files
authored
docs(typo): fix incorrect createNamespacedHelpers name in ja (#1825)
1 parent de05d42 commit dea0f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const store = new Vuex.Store({ ...options })
315315

316316
2引数のオブジェクトのメンバーには関数 `function(commit: function, ...args: any[])` を指定できます。
317317

318-
### createNamespaceHelpers
318+
### createNamespacedHelpers
319319

320320
- `createNamespacedHelpers(namespace: string): Object`
321321

0 commit comments

Comments
 (0)