From b4c81b32747bc1d306a1a35847fa02f404d7c013 Mon Sep 17 00:00:00 2001 From: nullbitx8 <92404251+nullbitx8@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:44:50 -0500 Subject: [PATCH] [website] fix typo (#26468) docs, typo: one letter --- docs/developers/geth-developer/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/geth-developer/contributing.md b/docs/developers/geth-developer/contributing.md index 4b88cb9da9..5e5b926b87 100644 --- a/docs/developers/geth-developer/contributing.md +++ b/docs/developers/geth-developer/contributing.md @@ -25,7 +25,7 @@ We encourage an early pull request approach, meaning pull requests are created a ## Contributing to the Geth website {#contributing-to-website} -The Geth website is hosted on a separate branch of `go-ethereum` from the source code. To contribute, please check out the website branch and raise pull requests for the maintainers to review and merge. Please note that new pages added to the site must also be added to `/src/data/documentation-links.yaml` in order for it to be included in the navigation sidebar. Additional contributioon guidelines are available in the website [README](https://github.com/ethereum/go-ethereum/tree/website#readme). +The Geth website is hosted on a separate branch of `go-ethereum` from the source code. To contribute, please check out the website branch and raise pull requests for the maintainers to review and merge. Please note that new pages added to the site must also be added to `/src/data/documentation-links.yaml` in order for it to be included in the navigation sidebar. Additional contribution guidelines are available in the website [README](https://github.com/ethereum/go-ethereum/tree/website#readme). ## License {#license}