Skip to content

Commit e7264b3

Browse files
Fix of markdown headline
1 parent 098ff11 commit e7264b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $ git commit
141141

142142
...write your log message...
143143

144-
```console
144+
``` console
145145
$ git push {username} hotfix/9295:hotfix/9295
146146
Counting objects: 38, done.
147147
Delta compression using up to 2 threads.
@@ -151,7 +151,8 @@ Total 20 (delta 12), reused 0 (delta 0)
151151
To ssh://[email protected]/{username}/disco.git
152152
b5583aa..4f51698 HEAD -> master
153153
```
154-
### Sending a PR
154+
155+
### Sending a PR
155156

156157
Before sending a PR, run `composer.phar validate && composer.phar check`, as the Travis build will also run the command and will fail if the composer.lock file is not up-to-date with the changes in the composer.json file.
157158

0 commit comments

Comments
 (0)