Bring typo fix over from EE
This commit is contained in:
parent
e7ac3a246c
commit
7a607e5b56
2 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@ Below are the changes made between V3 and V4.
|
|||
- Status 409 returned for `POST /projects/:id/members` when a member already exists [!9093](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9093)
|
||||
- Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` [!9328](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9328)
|
||||
- Removed the following deprecated Templates endpoints (these are still accessible with `/templates` prefix) [!8853](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8853)
|
||||
- `/licences`
|
||||
- `/licences/:key`
|
||||
- `/licenses`
|
||||
- `/licenses/:key`
|
||||
- `/gitignores`
|
||||
- `/gitlab_ci_ymls`
|
||||
- `/dockerfiles`
|
||||
|
|
|
@ -194,7 +194,7 @@ terminal:
|
|||
Once the terminal has started, the console will be displayed and we could access
|
||||
the project repository files.
|
||||
|
||||
**Important**. The terminal job is branch dependant. This means that the
|
||||
**Important**. The terminal job is branch dependent. This means that the
|
||||
configuration file used to trigger and configure the terminal will be the one in
|
||||
the selected branch of the Web IDE.
|
||||
|
||||
|
|
Loading…
Reference in a new issue