From 7b8c9b07edec6638e9678bff41307a12022d19c1 Mon Sep 17 00:00:00 2001 From: Edy Cu Tjong Date: Mon, 17 Dec 2018 13:42:54 +0700 Subject: [PATCH] Fix typo (#832) --- CODE_COVERAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_COVERAGE.md b/CODE_COVERAGE.md index d1ce7afd2..333ee199f 100644 --- a/CODE_COVERAGE.md +++ b/CODE_COVERAGE.md @@ -8,6 +8,6 @@ This will generate code coverage report in each of the modules. In order to view Please note that the above folder is created under each of the modules. For example: * adapter/target/site/jacoco/index.html -* busniess-delegate/target/site/jacoco/index.html +* business-delegate/target/site/jacoco/index.html