Browse Source

docs(typo): fix incorrect createNamespacedHelpers name in ja (#1825)

jjoo 4 năm trước cách đây
mục cha
commit
dea0f300cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/ja/api/README.md

+ 1 - 1
docs/ja/api/README.md

@@ -315,7 +315,7 @@ const store = new Vuex.Store({ ...options })
 
   第2引数のオブジェクトのメンバーには関数 `function(commit: function, ...args: any[])` を指定できます。
 
-### createNamespaceHelpers
+### createNamespacedHelpers
 
 - `createNamespacedHelpers(namespace: string): Object`