summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2021-09-16 08:24:47 +1000
committerTim Gates <tim.gates@iress.com>2021-09-19 06:34:18 +1000
commit7ea4ddc4248e314998fd27eea17c6667f5214d1d (patch)
treec9b041833e261e2747fb545cc5bde124a87fa966 /docs/gl_objects
parente19314dcc481b045ba7a12dd76abedc08dbdf032 (diff)
downloadgitlab-7ea4ddc4248e314998fd27eea17c6667f5214d1d.tar.gz
docs: fix a few typos
There are small typos in: - docs/gl_objects/deploy_tokens.rst - gitlab/base.py - gitlab/mixins.py - gitlab/v4/objects/features.py - gitlab/v4/objects/groups.py - gitlab/v4/objects/packages.py - gitlab/v4/objects/projects.py - gitlab/v4/objects/sidekiq.py - gitlab/v4/objects/todos.py Fixes: - Should read `treatment` rather than `reatment`. - Should read `transferred` rather than `transfered`. - Should read `registered` rather than `registred`. - Should read `occurred` rather than `occured`. - Should read `overridden` rather than `overriden`. - Should read `marked` rather than `maked`. - Should read `instantiate` rather than `instanciate`. - Should read `function` rather than `fonction`.
Diffstat (limited to 'docs/gl_objects')
-rw-r--r--docs/gl_objects/deploy_tokens.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gl_objects/deploy_tokens.rst b/docs/gl_objects/deploy_tokens.rst
index 27f2a23..302cb9c 100644
--- a/docs/gl_objects/deploy_tokens.rst
+++ b/docs/gl_objects/deploy_tokens.rst
@@ -75,7 +75,7 @@ the following parameters:
With GitLab 12.9, even though ``username`` and ``expires_at`` are not required, they always have to be passed to the API.
You can set them to empty strings, see: https://gitlab.com/gitlab-org/gitlab/-/issues/211878.
- Also, the ``username``'s value is ignored by the API and will be overriden with ``gitlab+deploy-token-{n}``,
+ Also, the ``username``'s value is ignored by the API and will be overridden with ``gitlab+deploy-token-{n}``,
see: https://gitlab.com/gitlab-org/gitlab/-/issues/211963
These issues were fixed in GitLab 12.10.
@@ -125,7 +125,7 @@ the following parameters:
With GitLab 12.9, even though ``username`` and ``expires_at`` are not required, they always have to be passed to the API.
You can set them to empty strings, see: https://gitlab.com/gitlab-org/gitlab/-/issues/211878.
- Also, the ``username``'s value is ignored by the API and will be overriden with ``gitlab+deploy-token-{n}``,
+ Also, the ``username``'s value is ignored by the API and will be overridden with ``gitlab+deploy-token-{n}``,
see: https://gitlab.com/gitlab-org/gitlab/-/issues/211963
These issues were fixed in GitLab 12.10.