Skip to content

Commit d32a3c5

Browse files
authored
Merge pull request #1724 from ValerasNarbutas/master
fix bug in readme display issue #1495
2 parents f479e18 + e924e10 commit d32a3c5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/documentation/docs/guides/contributing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Typos are embarrassing! Most PR's that fix typos will be accepted immediately. I
2727
Before contributing:
2828

2929
- ensure that the **dev** branch on your fork is in sync with the original **sp-dev-fx-controls-react** repository
30-
```sh
30+
```bash
3131
# assuming you are in the folder of your locally cloned fork....
3232
git checkout dev
3333

@@ -39,7 +39,8 @@ Before contributing:
3939
```
4040

4141
- create a feature branch for your change. If you'll get stuck on an issue or merging your PR will take a while, this will allow you to have a clean dev branch that you can use for contributing other changes
42-
```sh
42+
43+
```bash
4344
git checkout -b my-contribution
4445
```
4546

docs/documentation/docs/guides/submitting-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We appreciate your initiative and would love to integrate your work with the res
77
- [AC: Keep Your Forked Git Repo Updated with Changes from the Original Upstream Repo](http://www.andrewconnell.com/blog/keep-your-forked-git-repo-updated-with-changes-from-the-original-upstream-repo)
88
- Looking for a quick cheat sheet? Look no further:
99

10-
```sh
10+
```bash
1111
# assuming you are in the folder of your locally cloned fork....
1212
git checkout dev
1313

0 commit comments

Comments
 (0)