Skip to content

Commit 3e1b617

Browse files
committed
docs(ja): fix typo on strict.md
1 parent b42c99a commit 3e1b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/strict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const store = new Vuex.Store({
99
})
1010
```
1111

12-
厳格モードでは、Vuex のステートがミューテーションハンドラの外部で変異されたときはいつでも、エラーを投げます。これは全てのステートの変異がデバッギングツールによって明示的に追跡dけいるようになります
12+
厳格モードでは、Vuex のステートがミューテーションハンドラの外部で変異されたときはいつでも、エラーを投げます。これは全てのステートの変異がデバッギングツールによって明示的に追跡できるようになります
1313

1414
### 開発環境 vs 本番環境
1515

0 commit comments

Comments
 (0)