Fix more typos

This commit is contained in:
tdorsey 2019-09-19 21:57:49 -04:00 committed by Tomofumi Hayashi
parent c60332e637
commit 13d4157eb4

View File

@ -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