Переглянути джерело

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.