Skip to content

Commit e644ead

Browse files
authored
Merge pull request #35073 from fenggw-fnst/fix-open-a-pr
Fix incorrect format in open-a-pr.md
2 parents d7c5a3e + 438d534 commit e644ead

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@ conflict. You must resolve all merge conflicts in your PR.
484484

485485
1. Fetch changes from `kubernetes/website`'s `upstream/main` and rebase your branch:
486486

487-
```shell
488-
git fetch upstream
489-
git rebase upstream/main
490-
```
487+
```shell
488+
git fetch upstream
489+
git rebase upstream/main
490+
```
491491

492492
1. Inspect the results of the rebase:
493493

@@ -512,7 +512,7 @@ conflict. You must resolve all merge conflicts in your PR.
512512

513513
1. Continue the rebase:
514514

515-
``
515+
```shell
516516
git rebase --continue
517517
```
518518

0 commit comments

Comments
 (0)