From 5f647d6a36efcbf832c03ca740f31ee353543f12 Mon Sep 17 00:00:00 2001
From: PARAM MITTAL <parammittal16@gmail.com>
Date: Thu, 24 Oct 2019 13:27:32 +0530
Subject: [PATCH] Fix typo in Contributing file (#471)

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e774046..2c84257 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,7 @@ Thank you for taking interest in contributing to kube-bench !
 - For questions and bug reports, please include the following information:
   - version of kube-bench you are running (from kube-bench version) and the command line options you are using.
   - version of Kubernetes you are running (from kubectl version or oc version for Openshift).
-  - Verbose log output, by seting the `-v 10` command line option.
+  - Verbose log output, by setting the `-v 10` command line option.
 
 ## Pull Requests
 
-- 
GitLab