diff options
author | Anton Davydov <antondavydov.o@gmail.com> | 2015-11-24 02:19:17 +0300 |
---|---|---|
committer | Anton Davydov <antondavydov.o@gmail.com> | 2015-11-24 02:19:17 +0300 |
commit | d6e0a1883b9b0eb0faabc77f6c439d981e64a84a (patch) | |
tree | d7c702d6f019cae7b8b10f37f518c5cb1b04a73c /doc/api/settings.md | |
parent | 36f7b624be0926b45b6a45aabea2beecfba72e50 (diff) | |
download | gitlab-ce-d6e0a1883b9b0eb0faabc77f6c439d981e64a84a.tar.gz |
Fix typos in all docs [skip ci]
Diffstat (limited to 'doc/api/settings.md')
-rw-r--r-- | doc/api/settings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md index d1b93a09c02..96867c67915 100644 --- a/doc/api/settings.md +++ b/doc/api/settings.md @@ -57,7 +57,7 @@ Parameters: - `default_project_visibility` - what visibility level new project receives - `default_snippet_visibility` - what visibility level new snippet receives - `restricted_signup_domains` - force people to use only corporate emails for signup -- `user_oauth_applications` - allow users to create oauth applicaitons +- `user_oauth_applications` - allow users to create oauth applications - `after_sign_out_path` - where redirect user after logout All parameters are optional. You can send only one that you want to change. |