diff options
author | Nathan Giesbrecht <NathanGiesbrecht@users.noreply.github.com> | 2017-06-02 08:43:55 -0500 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-06-02 15:43:55 +0200 |
commit | 2b1e0f0041ae04134d38a5db47cc301aa757d7ea (patch) | |
tree | 88229fd77c4b8aeb3f0db91e1deb9c171cde2133 | |
parent | 88900e06761794442716c115229bd1f780cfbcef (diff) | |
download | gitlab-2b1e0f0041ae04134d38a5db47cc301aa757d7ea.tar.gz |
Fixed spelling mistake (#269)
-rw-r--r-- | docs/cli.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli.rst b/docs/cli.rst index 6730c9b..f0ed2ee 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -49,9 +49,9 @@ The configuration file uses the ``INI`` format. It contains at least a timeout = 1 The ``default`` option of the ``[global]`` section defines the GitLab server to -use if no server is explitly specified with the ``--gitlab`` CLI option. +use if no server is explicitly specified with the ``--gitlab`` CLI option. -The ``[global]`` section also defines the values for the default connexion +The ``[global]`` section also defines the values for the default connection parameters. You can override the values in each GitLab server section. .. list-table:: Global options |