diff options
author | LeoLiao <leofantast@gmail.com> | 2018-07-03 16:42:18 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-07-03 16:42:18 +0800 |
commit | d57e85ecc91608a9095479365308a285f05c755d (patch) | |
tree | 5fb706a2882c548334f0e505b115c7bd76386494 /node | |
parent | 1990c9e6216fd6b25fdf6447844f36405b75c18e (diff) | |
download | dexon-d57e85ecc91608a9095479365308a285f05c755d.tar.gz dexon-d57e85ecc91608a9095479365308a285f05c755d.tar.zst dexon-d57e85ecc91608a9095479365308a285f05c755d.zip |
node: documentation typo fix (#17113)
Diffstat (limited to 'node')
-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 41a88c19a..e3cc58e5f 100644 --- a/node/doc.go +++ b/node/doc.go @@ -69,7 +69,7 @@ unless its location is changed through the KeyStoreDir configuration option. Data Directory Sharing Example 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 +directory. Node 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: data-directory/ |