From 99561ab8e8f488e78063d963a7434cf02c6f8be2 Mon Sep 17 00:00:00 2001 From: Grigory Date: Tue, 28 Apr 2020 17:21:14 +0300 Subject: [PATCH] fix typo (#10556) --- docs/en/development/developer_instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/development/developer_instruction.md b/docs/en/development/developer_instruction.md index 5f3e7075845..cd7d6404ec5 100644 --- a/docs/en/development/developer_instruction.md +++ b/docs/en/development/developer_instruction.md @@ -39,7 +39,7 @@ Next, you need to download the source files onto your working machine. This is c In the command line terminal run: - git clone --recursive git@guthub.com:your_github_username/ClickHouse.git + git clone --recursive git@github.com:your_github_username/ClickHouse.git cd ClickHouse Note: please, substitute *your\_github\_username* with what is appropriate!