From 21704ba5048728e0255f9e9bf4c6fe2cacb10184 Mon Sep 17 00:00:00 2001 From: liuyunbin Date: Mon, 7 Oct 2019 01:36:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20GitHub=20=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapters/03-build-github-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/03-build-github-project.md b/chapters/03-build-github-project.md index ec03d50..6b5af2d 100644 --- a/chapters/03-build-github-project.md +++ b/chapters/03-build-github-project.md @@ -112,7 +112,7 @@ CI对于一个开发者在不同城市开发同一项目上来说是很重要的 - 过长的函数 - 等等 -``Code Climate`` 是一个与 github 集成的工具,我们不仅仅可以看到测试覆盖率,还有代码质量。 +``Code Climate`` 是一个与 GitHub 集成的工具,我们不仅仅可以看到测试覆盖率,还有代码质量。 先看看上面的 ajax 类: