diff --git a/doc/development.md b/doc/development.md index 496231dd7..c1410d670 100644 --- a/doc/development.md +++ b/doc/development.md @@ -10,7 +10,7 @@ cd multus-cni ## How to run CI tests? -Multus has go unit tests (based on ginkgo framework). Following commands drive CI tests manually in your environment: +Multus has go unit tests (based on ginkgo framework).The following commands drive CI tests manually in your environment: ``` sudo ./test.sh @@ -18,7 +18,7 @@ sudo ./test.sh ## Logging Best Practices -Followings are multus logging best practices: +Following are multus logging best practices: * Add `logging.Debugf()` at the begining of functions * In case of error handling, use `logging.Errorf()` with given error info