Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/packages/helm.md')
-rw-r--r--doc/api/packages/helm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/packages/helm.md b/doc/api/packages/helm.md
index 8c3b9869368..82b3f5225b0 100644
--- a/doc/api/packages/helm.md
+++ b/doc/api/packages/helm.md
@@ -63,7 +63,7 @@ GET projects/:id/packages/helm/:channel/charts/:file_name.tgz
| ----------- | ------ | -------- | ----------- |
| `id` | string | yes | The ID or full path of the project. |
| `channel` | string | yes | Helm repository channel. |
-| `file_name` | string | yes | Chart file name. |
+| `file_name` | string | yes | Chart filename. |
```shell
curl --user <username>:<personal_access_token> \