From 56afb17fab8730e2130a873503e0c07b016b203e Mon Sep 17 00:00:00 2001 From: GNONG <65050483+Choi-Jinhong@users.noreply.github.com> Date: Mon, 27 Jun 2022 18:33:02 +0900 Subject: [PATCH] docs: fix typo (#25175) Fix typo in docs/_install-and-build/Installing-Geth.md --- docs/_install-and-build/Installing-Geth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_install-and-build/Installing-Geth.md b/docs/_install-and-build/Installing-Geth.md index 6a50a45a65..f82d577cca 100644 --- a/docs/_install-and-build/Installing-Geth.md +++ b/docs/_install-and-build/Installing-Geth.md @@ -284,7 +284,7 @@ To build Geth from source code on FreeBSD, the Geth Github repository can be clo ```shell git clone https://github.com/ethereum/go-ethereum - +``` Then, the Go compiler can be used to build Geth: