diff --git a/README.md b/README.md index cc67bd7..1317b81 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Release][release-shield]][release-url] [![Issues][issues-shield]][issues-url] [![PR][pr-shield]][pr-url] [![Apache License][license-shield]][license-url] -The Smart Intermediate Representation(short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are: +The Smart Intermediate Representation (short for IR) project is a new compiler framework intended for smart contract development, which is mainly inspired by LLVM, MLIR and Solidity/Yul. The compiler's goals are: * Trust and Security * Rollup Friendly diff --git a/doc/Contributing Guide.md b/doc/Contributing Guide.md index eb8e741..90f25f1 100644 --- a/doc/Contributing Guide.md +++ b/doc/Contributing Guide.md @@ -77,7 +77,7 @@ A good principle: "Work together, share ideas, teach others." ### Sign the CLA -Since the first time you push a PR request as a contributor, you will be asked to sign a CLA (Contributor License Agreement), please following the instruction to comment in such PR. +Since the first time you push a PR request as a contributor, you will be asked to sign a CLA (Contributor License Agreement), please follow the instruction to comment in such PR. ### Important Note @@ -85,4 +85,4 @@ Please **don't force push** commits in your branch, in order to keep commit history and make it easier for us to see changes between reviews. Make sure to `Allow edits of maintainers` (under the text box) in the PR so -people can actually collaborate on things or fix smaller issues themselves. \ No newline at end of file +people can actually collaborate on things or fix smaller issues themselves.