Skip to content

Commit 3846e00

Browse files
Fix typo in mi-github-issues.md (fixes #3614) (#3615)
1 parent ded2f1c commit 3846e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/mi/mi-github-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Before you create your branch, sync your repository with the following commands
7575
# switch to the master branch
7676
git checkout master
7777
78-
# create a new branch from the master branch and swtich to the new branch
78+
# create a new branch from the master branch and switch to the new branch
7979
# avoid using `#` in the branch name to prevent issues with rawgithack preview
8080
git checkout -b <issueNumber-descriptive-branch-name>
8181
```

0 commit comments

Comments
 (0)