docs: fix typo (#3373)

This commit is contained in:
Sven-Hendrik Haase
2019-03-02 07:06:57 +01:00
committed by Anton Kaliaev
parent 853dd34d31
commit 37a548414b

View File

@@ -2,7 +2,7 @@
## Database
By default, Tendermint uses the `syndtr/goleveldb` package for it's in-process
By default, Tendermint uses the `syndtr/goleveldb` package for its in-process
key-value database. Unfortunately, this implementation of LevelDB seems to suffer under heavy load (see
[#226](https://github.com/syndtr/goleveldb/issues/226)). It may be best to
install the real C-implementation of LevelDB and compile Tendermint to use