소스 검색

Update node/README.md

Co-authored-by: Ben Holden-Crowther <4144334+blrhc@users.noreply.github.com>
Mokhtar Naamani 4 년 전
부모
커밋
6d2e6f9b59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      node/README.md

+ 1 - 1
node/README.md

@@ -66,7 +66,7 @@ Running full suite of checks, tests, formatting and linting:
 yarn cargo-checks
 ```
 
-Always format your rust code with `cargo fmt` before commiting:
+Always format your rust code with `cargo fmt` before committing:
 
 ```bash
 cargo fmt --all