diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-08-07 15:51:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-07 15:51:00 +0800 |
commit | 1059927f9cd2fde1a805c5297fb75db2e6f8584d (patch) | |
tree | 04c42138556faa30be54c4e3328a53e13e0fedd2 | |
parent | ca436f4b903949d63a337698a0290ee96f46dd22 (diff) | |
parent | fca6e515d6b8b915b4a91e378030f69b5658f42d (diff) | |
download | go-tangerine-1059927f9cd2fde1a805c5297fb75db2e6f8584d.tar.gz go-tangerine-1059927f9cd2fde1a805c5297fb75db2e6f8584d.tar.zst go-tangerine-1059927f9cd2fde1a805c5297fb75db2e6f8584d.zip |
Merge pull request #14905 from armellini13/patch-1
node: fix doc typo
-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: |