From d250f312cdc6ef5288b4f3a92b22a5c2cc7c483d Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 13 Jun 2024 09:47:07 +0200
Subject: [PATCH] typo

---
 source/user_guide/FAQ_user.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/user_guide/FAQ_user.rst b/source/user_guide/FAQ_user.rst
index 4b4cafd..c2114cd 100644
--- a/source/user_guide/FAQ_user.rst
+++ b/source/user_guide/FAQ_user.rst
@@ -144,7 +144,7 @@ How to upgrade my helm dependency / I can't enable a feature
 Basic use case is that the doc mention a feature, you enable it in values.yaml, but don't see the effect. 
 The cause can be that you don't use latest version of the helm package, the part of the toolkit which provide feature such as storage, nodowntime, ... 
 Until June 2024, version was pinned to a specific version, only allowing minor release (see `Use 0.6.*`)
-We now recommend that you alsways use the latest version. 
+We now recommend that you always use the latest version. 
 To do so update the file my-project/chart/Chart.yaml, set the version of the shiny-server dependency to ``*``.
 
 .. tabs::
-- 
GitLab