From d4830011aa3e4f4eaf11e617b0244fc91a1f253e Mon Sep 17 00:00:00 2001 From: enesturk Date: Mon, 11 Jul 2022 16:24:28 +0300 Subject: [PATCH] Update quickstart.md (#197) fixed a typo --- docs/root/source/introduction/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/source/introduction/quickstart.md b/docs/root/source/introduction/quickstart.md index f140263..5549856 100644 --- a/docs/root/source/introduction/quickstart.md +++ b/docs/root/source/introduction/quickstart.md @@ -43,7 +43,7 @@ $ python notarize.py # Install Planetmint ## Local Node Planemtint is a Tendermint applicatoin with an attached database. -A basic installation installs the database, Tenermint and therafter Planetmint. +A basic installation installs the database, Tendermint and therafter Planetmint. Planetmint currently supports Tarantool and MongoDB database. The installation is as follows: ```