From 51f90a376b42e217b38937410fe2855e0c1db87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=91=AB=E4=BA=BF?= <98445030+zhaoxinyi02@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:22:48 +0800 Subject: [PATCH] docs(helm): remove duplicated 'the' in persistence example (#7936) --- docs/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helm.md b/docs/helm.md index cf33d8289..864a1940c 100644 --- a/docs/helm.md +++ b/docs/helm.md @@ -105,7 +105,7 @@ $ helm upgrade --install code-server \ --set persistence.enabled=false ``` -The above command sets the the persistence storage to false. +The above command sets the persistence storage to false. Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,