diff --git a/README.md b/README.md index 1cb022ea..33c71755 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The Move programming language poses numerous benefits to builders including direct interaction with digital assets through custom resource types, flexibility with transaction script declaration, on-chain verification, and bytecode safety privileges. -Movement M1 is designed for the Avalanche subnet, allowing users to seamlessly interact with and build with the Move language on on a high-performance, modular, scalable and interoperable Layer 1. +Movement M1 is designed for the Avalanche subnet, allowing users to seamlessly interact with and build with the Move language on a high-performance, modular, scalable and interoperable Layer 1. - Movement will be able to hit 160,000+ theoretical TPS as the project scales to provide much needed performance to protocols. - Move bytecode verifiers and interpreters provide native solvency for the reentrancy attacks and security woes that have plagued Solidity developers for years, resulting in $3 billion lost last year. diff --git a/m1/DEBUGGING.md b/m1/DEBUGGING.md index 12385797..1ed70ab4 100644 --- a/m1/DEBUGGING.md +++ b/m1/DEBUGGING.md @@ -47,7 +47,7 @@ In order for the indexer to write to the database listening on port `5432`, you ```shell docker run --name m1-indexer-db -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres ``` -If you are not running the database, the trailer thread in the M1 subnet will panick. However, this will not affect the rest of the execution. +If you are not running the database, the trailer thread in the M1 subnet will panic. However, this will not affect the rest of the execution. # WIP We are pursuing several improvements to local debugging and testing. diff --git a/movement-sdk/clis/aptos/README.md b/movement-sdk/clis/aptos/README.md index 2c3e7981..06b75bd7 100644 --- a/movement-sdk/clis/aptos/README.md +++ b/movement-sdk/clis/aptos/README.md @@ -1,5 +1,5 @@ # Aptos Command Line Interface (CLI) Tool The `movement` tool is a command line interface (CLI) for debugging, development, and node operation. -See [Movement CLI Documentation](https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli) for how to install the `movment` CLI tool and how to use it. - \ No newline at end of file +See [Movement CLI Documentation](https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli) for how to install the `movement` CLI tool and how to use it. +