소스 검색

Fix minor typo in contributing guide

automtically -> automatically
Jeremy Tuloup 6 년 전
부모
커밋
6f9c94a70c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -23,7 +23,7 @@ All source code is written in
 Guide](https://github.com/jupyterlab/jupyterlab/wiki/TypeScript-Style-Guide).
 
 All source code is formatted using [prettier](https://prettier.io).
-When code is modified and committed, all staged files will be automtically
+When code is modified and committed, all staged files will be automatically
 formatted using pre-commit git hooks (with help from the
 [lint-staged](https://github.com/okonet/lint-staged) and
 [husky](https://github.com/typicode/husky) libraries). The benefit of using a