summaryrefslogtreecommitdiff
path: root/docs/gl_objects
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-03-03 14:06:24 +0100
committerGitHub <noreply@github.com>2018-03-03 14:06:24 +0100
commit6bcc92a39a9a9dd97fa7387f754474c1cc5d78dc (patch)
treec86a667c377ebd61d64bef98332b4b408b30efa2 /docs/gl_objects
parente65dfa30f9699292ffb911511ecd7c347a03775c (diff)
parentc976fec6c1bbf8c37cc23b9c2d07efbdd39a1670 (diff)
downloadgitlab-6bcc92a39a9a9dd97fa7387f754474c1cc5d78dc.tar.gz
Merge pull request #446 from jwilk-forks/spelling
Fix typos in documentation
Diffstat (limited to 'docs/gl_objects')
-rw-r--r--docs/gl_objects/events.rst2
-rw-r--r--docs/gl_objects/projects.rst2
-rw-r--r--docs/gl_objects/users.rst6
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/gl_objects/events.rst b/docs/gl_objects/events.rst
index 807dcad..eef524f 100644
--- a/docs/gl_objects/events.rst
+++ b/docs/gl_objects/events.rst
@@ -31,7 +31,7 @@ Examples
You can list events for an entire Gitlab instance (admin), users and projects.
You can filter you events you want to retrieve using the ``action`` and
-``target_type`` attributes. The possibole values for these attributes are
+``target_type`` attributes. The possible values for these attributes are
available on `the gitlab documentation
<https://docs.gitlab.com/ce/api/events.html>`_.
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst
index b39c73b..8c87bf7 100644
--- a/docs/gl_objects/projects.rst
+++ b/docs/gl_objects/projects.rst
@@ -320,7 +320,7 @@ Delete a tag:
Project snippets
================
-The snippet visibility can be definied using the following constants:
+The snippet visibility can be defined using the following constants:
* ``gitlab.VISIBILITY_PRIVATE``
* ``gitlab.VISIBILITY_INTERNAL``
diff --git a/docs/gl_objects/users.rst b/docs/gl_objects/users.rst
index 63609db..3cbea6b 100644
--- a/docs/gl_objects/users.rst
+++ b/docs/gl_objects/users.rst
@@ -208,19 +208,19 @@ List GPG keys for a user:
:start-after: # gpgkey list
:end-before: # end gpgkey list
-Get an GPG gpgkey for a user:
+Get a GPG gpgkey for a user:
.. literalinclude:: users.py
:start-after: # gpgkey get
:end-before: # end gpgkey get
-Create an GPG gpgkey for a user:
+Create a GPG gpgkey for a user:
.. literalinclude:: users.py
:start-after: # gpgkey create
:end-before: # end gpgkey create
-Delete an GPG gpgkey for a user:
+Delete a GPG gpgkey for a user:
.. literalinclude:: users.py
:start-after: # gpgkey delete