Skip to content

Commit be4b651

Browse files
committed
Merge pull request #152 from jontelang/master
Fix git workflow instructions
2 parents 3e121de + 50ac17d commit be4b651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/GitWorkflows.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ to perform a simple repo setup for the Swift repository::
4343

4444
$ git config --global user.name "<My Name>"
4545
$ git config --global user.email "<My Email>"
46-
$ mkdir swift-source && cd swift-soure
46+
$ mkdir swift-source && cd swift-source
4747
$ git clone <LLVM_REPO_URL>
4848
$ git clone <CLANG_REPO_URL>
4949
$ git clone <SWIFT_REPO_URL>

0 commit comments

Comments
 (0)