diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-10 14:30:24 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-10 14:30:24 -0800 |
commit | e2b6a4621ba41b412403ee1b4e081dc90611804f (patch) | |
tree | adf56cbd6408ad4968ceb7cae018f4b8126cc848 /doc/api | |
parent | 667065700bc2ef4c687043d9e6ef5eb500df09a3 (diff) | |
parent | d6e0a1883b9b0eb0faabc77f6c439d981e64a84a (diff) | |
download | gitlab-ce-e2b6a4621ba41b412403ee1b4e081dc90611804f.tar.gz |
Merge pull request #9850 from davydovanton/doc-fix-typos
Fix typos in all docs
Diffstat (limited to 'doc/api')
-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. |