diff options
author | Edouard <edouard@gomez-vaez.com> | 2017-12-29 12:58:03 +0000 |
---|---|---|
committer | Edouard <edouard@gomez-vaez.com> | 2017-12-29 12:58:03 +0000 |
commit | 8a75e49eec130942f5b0f9ee1f43158ef623a7e5 (patch) | |
tree | 0d38da0c922a1f7d63545f3a0c13e42473c883bb /doc/user/project/integrations | |
parent | c630bced675a30cff568ccc2c0eb71ef0e61651a (diff) | |
download | gitlab-ce-8a75e49eec130942f5b0f9ee1f43158ef623a7e5.tar.gz |
Typos correction on the advise of @smcgivern
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r-- | doc/user/project/integrations/jira.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/project/integrations/jira.md b/doc/user/project/integrations/jira.md index 411547e9800..f77569e4886 100644 --- a/doc/user/project/integrations/jira.md +++ b/doc/user/project/integrations/jira.md @@ -173,7 +173,7 @@ where `PROJECT-1` is the issue ID of the JIRA project. - Only commits and merges into the project's default branch (usually **master**) will close an issue in Jira. You can change your projects default branch under [project settings](img/jira_project_settings.png). -- The JIRA issue will not be transitionned if it has a resolution. +- The JIRA issue will not be transitioned if it has a resolution. ### JIRA issue closing example @@ -223,9 +223,9 @@ JIRA issue references and update comments will not work if the GitLab issue trac Make sure the `Transition ID` you set within the JIRA settings matches the one your project needs to close a ticket. -Make sure that the JIRA issue is not already marked as resolved, in other word that -the JIRA issue resolution field is not set. (It should not be striked through in -JIRA lists). +Make sure that the JIRA issue is not already marked as resolved, in other words that +the JIRA issue resolution field is not set. (It should not be struck through in +JIRA lists.) [services-templates]: services_templates.md [jira-repo-old-docs]: https://gitlab.com/gitlab-org/gitlab-ce/blob/8-13-stable/doc/project_services/jira.md |