소스 검색

Fix trivial user visible typo

Justin Clift 9 년 전
부모
커밋
203ce9bba2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Universal Translator is an i18n Translator for Go/Golang using CLDR data + plura
 
 Why another i18n library?
 --------------------------
-Because none of the plural rules seem to be correct out there, including the previous implimentation of this package,
+Because none of the plural rules seem to be correct out there, including the previous implementation of this package,
 so I took it upon myself to create [locales](https://github.com/go-playground/locales) for everyone to use; this package 
 is a thin wrapper around [locales](https://github.com/go-playground/locales) in order to store and translate text for 
 use in your applications.