Преглед изворни кода

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