From 40a1f06419f2281f1f8532a6da73ac9b93f4581c Mon Sep 17 00:00:00 2001
From: Ryan Bell <ryan@piing.net>
Date: Thu, 24 Oct 2019 00:29:58 -0700
Subject: [PATCH] Update README.adoc (#3900)

---
 substrate/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substrate/README.adoc b/substrate/README.adoc
index 6563340cc65..bb23958bced 100644
--- a/substrate/README.adoc
+++ b/substrate/README.adoc
@@ -418,7 +418,7 @@ curl -H 'Content-Type: application/json' --data '{ "jsonrpc":"2.0", "method":"au
 === Viewing documentation for Substrate packages
 
 You can generate documentation for a Substrate Rust package and have it automatically open in your web browser using https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html#using-rustdoc-with-cargo[rustdoc with Cargo],
-(of the The Rustdoc Book), by running the the following command:
+(of the The Rustdoc Book), by running the following command:
 
 ```
 cargo doc --package <spec> --open
-- 
GitLab