Fix minor grammatical errors

This commit is contained in:
tdorsey 2019-09-19 21:29:02 -04:00 committed by Tomofumi Hayashi
parent 31ae5a77c0
commit c60332e637

View File

@ -20,9 +20,9 @@ sudo ./test.sh
Followings are multus logging best practices:
* Add `logging.Debugf()` at the begining of function
* Add `logging.Debugf()` at the begining of functions
* In case of error handling, use `logging.Errorf()` with given error info
* `logging.Panicf()` only be used at very critical error (it should NOT used usually)
* `logging.Panicf()` only be used for critical errors (it should NOT normally be used)
## CI Introduction