Skip to content

Commit 0f3385d

Browse files
benasocjgkalpak
authored andcommitted
docs(contributing.md): fix indentation for proper Markdown syntax
PR (angular#15007)
1 parent 4897430 commit 0f3385d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ Before you submit your pull request consider the following guidelines:
128128

129129
If the PR gets too outdated we may ask you to rebase and force push to update the PR:
130130

131-
```shell
132-
git rebase master -i
133-
git push origin my-fix-branch -f
134-
```
131+
```shell
132+
git rebase master -i
133+
git push origin my-fix-branch -f
134+
```
135135

136136
*WARNING. Squashing or reverting commits and forced push thereafter may remove GitHub comments
137137
on code that were previously made by you and others in your commits.*

0 commit comments

Comments
 (0)