From 267a09193be23a55ada0e76604b0afc03ed4b26c Mon Sep 17 00:00:00 2001
From: Hoat Le <hoatlevan@gmail.com>
Date: Wed, 3 May 2017 23:13:12 +0700
Subject: [PATCH] fix typo: ' instead of `

---
 docs/using_helm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/using_helm.md b/docs/using_helm.md
index 00793e8e5..ef7753101 100755
--- a/docs/using_helm.md
+++ b/docs/using_helm.md
@@ -215,7 +215,7 @@ You can then override any of these settings in a YAML formatted file,
 and then pass that file during installation.
 
 ```console
-$ echo 'mariadbUser: user0` > config.yaml
+$ echo 'mariadbUser: user0' > config.yaml
 $ helm install -f config.yaml stable/mariadb
 ```
 
-- 
GitLab