Skip to content

Commit c7010be

Browse files
benasocjNarretz
authored andcommitted
docs(contributing.md): fix indentation for proper Markdown syntax
PR (angular#15007)
1 parent b62f33f commit c7010be

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
@@ -131,10 +131,10 @@ Before you submit your pull request consider the following guidelines:
131131

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

134-
```shell
135-
git rebase master -i
136-
git push origin my-fix-branch -f
137-
```
134+
```shell
135+
git rebase master -i
136+
git push origin my-fix-branch -f
137+
```
138138

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

0 commit comments

Comments
 (0)