From 8a69f1087b87b1591bd8a4c847c95c4fd3d21e23 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Fri, 20 Oct 2017 07:56:26 -0400 Subject: [PATCH] docs: typo --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index f2f03e79c..4b7dbd11f 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -320,7 +320,7 @@ Neat, eh? Basecoin - A More Interesting Example ------------------------------------- -We saved the best for last; the `Cosmos SDK `__ is a general purpose framework for building cryptocurrencies. Unlike the``dummy`` and ``counter``, which are strictly for example purposes. The reference implementation of Cosmos SDK is ``basecoin``, which demonstrates how to use the building blocks of the Cosmos SDK. +We saved the best for last; the `Cosmos SDK `__ is a general purpose framework for building cryptocurrencies. Unlike the ``dummy`` and ``counter``, which are strictly for example purposes. The reference implementation of Cosmos SDK is ``basecoin``, which demonstrates how to use the building blocks of the Cosmos SDK. The default ``basecoin`` application is a multi-asset cryptocurrency that supports inter-blockchain communication. For more details on how