ソースを参照

Merge pull request #16375 from sunyuan3/makefile

from make file to Makefile
David Calavera 9 年 前
コミット
57c6012cf0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/project/test-and-docs.md

+ 1 - 1
docs/project/test-and-docs.md

@@ -56,7 +56,7 @@ change an existing one.
 
 
 Before submitting any code change, you should run the entire Docker test suite.
 Before submitting any code change, you should run the entire Docker test suite.
 The `Makefile` contains a target for the entire test suite. The target's name
 The `Makefile` contains a target for the entire test suite. The target's name
-is simply `test`. The make file contains several targets for testing:
+is simply `test`. The `Makefile` contains several targets for testing:
 
 
 <style type="text/css">
 <style type="text/css">
 .monospaced {font-family: Monaco, Consolas, "Lucida Console", monospace !important;}
 .monospaced {font-family: Monaco, Consolas, "Lucida Console", monospace !important;}