From c60332e6371bf1c3bf6e8c3c8feb67e7d0244614 Mon Sep 17 00:00:00 2001 From: tdorsey Date: Thu, 19 Sep 2019 21:29:02 -0400 Subject: [PATCH] Fix minor grammatical errors --- doc/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development.md b/doc/development.md index 96fe02823..496231dd7 100644 --- a/doc/development.md +++ b/doc/development.md @@ -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