소스 검색

fixed typo

Michele Caini 7 년 전
부모
커밋
fafb325a88
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/CONTRIBUTING.md

+ 2 - 2
docs/CONTRIBUTING.md

@@ -22,8 +22,8 @@ How to do it mostly depends on the type of contribution:
   If you are unable to find an open issue addressing the problem, feel free to
   [open a new one](https://github.com/skypjack/entt/issues/new). **Please**, do
   not forget to carefully describe how to reproduce the problem, then add all
-  the informaion about the system on which you are experiencing it and point out
-  the version of `EnTT` you are using (tag or commit).
+  the information about the system on which you are experiencing it and point
+  out the version of `EnTT` you are using (tag or commit).
 
 * If you found a bug and you wrote a patch to fix it, open a new
   [pull request](https://github.com/skypjack/entt/pulls) with your code.