diff options
author | Agustin Armellini Fischer <armellini13@gmail.com> | 2017-08-06 06:32:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-06 06:32:17 +0800 |
commit | fca6e515d6b8b915b4a91e378030f69b5658f42d (patch) | |
tree | 04c42138556faa30be54c4e3328a53e13e0fedd2 /node/doc.go | |
parent | ca436f4b903949d63a337698a0290ee96f46dd22 (diff) | |
download | go-tangerine-fca6e515d6b8b915b4a91e378030f69b5658f42d.tar go-tangerine-fca6e515d6b8b915b4a91e378030f69b5658f42d.tar.gz go-tangerine-fca6e515d6b8b915b4a91e378030f69b5658f42d.tar.bz2 go-tangerine-fca6e515d6b8b915b4a91e378030f69b5658f42d.tar.lz go-tangerine-fca6e515d6b8b915b4a91e378030f69b5658f42d.tar.xz go-tangerine-fca6e515d6b8b915b4a91e378030f69b5658f42d.tar.zst go-tangerine-fca6e515d6b8b915b4a91e378030f69b5658f42d.zip |
node: fix doc typo
Diffstat (limited to 'node/doc.go')
-rw-r--r-- | node/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/doc.go b/node/doc.go index f009e6f85..d9688e0a1 100644 --- a/node/doc.go +++ b/node/doc.go @@ -68,7 +68,7 @@ unless its location is changed through the KeyStoreDir configuration option. Data Directory Sharing Example -In this exanple, two node instances named A and B are started with the same data +In this example, two node instances named A and B are started with the same data directory. Mode instance A opens the database "db", node instance B opens the databases "db" and "db-2". The following files will be created in the data directory: |