diff --git a/README.md b/README.md index b9548399b..1e5c91e54 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The console url: http://127.0.0.1:26629 **3. Playground** -open the `http://127.0.0.1:26629/database` to create database or collection, then go the playgound +open the `http://127.0.0.1:26629/database` to create database or collection, then go the playground ```typescript // create a account diff --git a/docs/build/node/community_node.md b/docs/build/node/community_node.md index b340f521a..b8f509388 100644 --- a/docs/build/node/community_node.md +++ b/docs/build/node/community_node.md @@ -1,5 +1,5 @@ We have two types of node: Normal Nodes & Validator Nodes. -Both types of node can be connected directly, the differences is that you have to sign when querying data from the validator nodes while no signiture is required when querying from normal nodes. +Both types of node can be connected directly, the differences is that you have to sign when querying data from the validator nodes while no signature is required when querying from normal nodes. The normal nodes will give user a better using experience but sacrifice some data security. All the data querid from normal nodes is not verified and this means the truth of the data cannot be trusted. While validator nodes do not have a security and trust problem but you have to sign for every [Query Session]() **Normal Nodes** diff --git a/src/cmd/src/command.rs b/src/cmd/src/command.rs index e4552029f..afd3c8133 100644 --- a/src/cmd/src/command.rs +++ b/src/cmd/src/command.rs @@ -167,7 +167,7 @@ pub enum DB3ClientCommand { #[clap(name = "subscribe")] Subcribe { - /// subcribe all the events default true + /// subscribe all the events default true #[clap(long, default_value = "true")] all_event: bool, }, diff --git a/tools/db3up_init.sh b/tools/db3up_init.sh index d54468c0f..1a832c145 100644 --- a/tools/db3up_init.sh +++ b/tools/db3up_init.sh @@ -19,7 +19,7 @@ elif [ -f ~/.bashrc ]; then [Nn]* ) echo "please add PATH=~/.db3/bin:\$PATH to ~/.bashrc manually";; esac else - echo "please add PATH=~/.db3/bin:\$PATH to your enviroment manually" + echo "please add PATH=~/.db3/bin:\$PATH to your environment manually" fi echo "install db3up successfully" export PATH=~/.db3/bin:$PATH