Merge branch 'docs-repositories-api-fix' into 'master'

Docs: Minor fix to formatting

See merge request gitlab-org/gitlab-ce!24696
This commit is contained in:
Evan Read 2019-01-29 22:23:54 +00:00
commit 6108db034e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ GET /projects/:id/repository/archive[.format]
```
`format` is an optional suffix for the archive format. Default is
`tar.gz`. Options are `tar.gz`, `tar.bz2`, `tbz`, 'tbz2`, `tb2`,
`tar.gz`. Options are `tar.gz`, `tar.bz2`, `tbz`, `tbz2`, `tb2`,
`bz2`, `tar`, and `zip`. For example, specifying `archive.zip`
would send an archive in ZIP format.