Skip to content

Commit e0cf294

Browse files
committed
docs: translate note at getting started section
1 parent 7bcfae1 commit e0cf294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Vue バッチは DOM 更新を保留し、非同期的に適用して、複数
108108

109109
使い方を簡単にするため、 `vue-test-utils` はすべての更新を同期的に適用するので、テストで DOM を更新するために `Vue.nextTick` を使う必要はありません。
110110

111-
*Note: `nextTick` is still necessary when you need to explictly advance the event loop, for operations such as asynchronous callbacks or promise resolution.*
111+
*注意: 非同期コールバックやプロミスの解決などの操作のために、イベントループを明示的に進める必要がある場合は、まだ `nextTick` が必要です。*
112112

113113
## 次は何をするのか
114114

0 commit comments

Comments
 (0)