From 30f0a97a11c89e7ffdefa7641ea964ec59957d7d Mon Sep 17 00:00:00 2001
From: Flugschwein <flugschwein@gmx.at>
Date: Sun, 7 Oct 2018 12:15:19 +0200
Subject: [PATCH] Fix typo in documentation

This is a common mistake, its vs it's
Read about it at http://www.elearnenglishlanguage.com/blog/english-mistakes/its/
---
 docs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index.rst b/docs/index.rst
index 5ad841a9..3b4ba383 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -38,7 +38,7 @@ About this Library
 The purpose of *beem* is to simplify development of products and
 services that use the Steem blockchain. It comes with
 
-* it's own (bip32-encrypted) wallet
+* its own (bip32-encrypted) wallet
 * RPC interface for the Blockchain backend
 * JSON-based blockchain objects (accounts, blocks, prices, markets, etc)
 * a simple to use yet powerful API
-- 
GitLab