From 50ac17d840b280dd6f4eef1e6d85c009d9899754 Mon Sep 17 00:00:00 2001 From: Jonathan Winger-Lang Date: Fri, 4 Dec 2015 13:31:52 +0700 Subject: [PATCH] Fix git workflow (wrong name in instructions) --- docs/GitWorkflows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GitWorkflows.rst b/docs/GitWorkflows.rst index 7cb2ff8174e64..24e5ce8e23760 100644 --- a/docs/GitWorkflows.rst +++ b/docs/GitWorkflows.rst @@ -43,7 +43,7 @@ to perform a simple repo setup for the Swift repository:: $ git config --global user.name "" $ git config --global user.email "" - $ mkdir swift-source && cd swift-soure + $ mkdir swift-source && cd swift-source $ git clone $ git clone $ git clone