Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/project/integrations/jira.md')
-rw-r--r--doc/user/project/integrations/jira.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/jira.md b/doc/user/project/integrations/jira.md
index d08c8699eba..0bfb13ba54f 100644
--- a/doc/user/project/integrations/jira.md
+++ b/doc/user/project/integrations/jira.md
@@ -134,7 +134,7 @@ ENTITY_TITLE
For example, the following commit will reference the Jira issue with `PROJECT-1` as its ID:
-```bash
+```shell
git commit -m "PROJECT-1 Fix spelling and grammar"
```