Skip to content

Commit 20c4dfe

Browse files
authored
Fix testing.md
バッククオート漏れです。
1 parent 19a72bb commit 20c4dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/ja/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ end
19361936
eager loadingをテストする
19371937
---------------------
19381938

1939-
通常、アプリケーションは`development`環境や`test`環境で高速化のためにeager loadingを行うことはありませんが、production`環境では行います。
1939+
通常、アプリケーションは`development`環境や`test`環境で高速化のためにeager loadingを行うことはありませんが、`production`環境では行います。
19401940

19411941
プロジェクトのファイルの一部が何らかの理由で読み込めない場合、`production`環境にデプロイする前にそのことを検出する方がよいでしょう。
19421942

0 commit comments

Comments
 (0)