Skip to content

Commit 9f182b6

Browse files
committed
Fixed typo in readme
1 parent d909018 commit 9f182b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Morphies::morphy('ru')->lemmatize(' бойцовый'); // word will be trimm
9090
// get all morphies, returns array like ['name' => Morphy]
9191
Morphies::morphies();
9292

93-
// get all morphies with pecific locale, returns array like ['name' => Morphy]
93+
// get all morphies with specific locale, returns array like ['name' => Morphy]
9494
Morphies::morphies(Morphy::russianLang);
9595

9696
// you can call phpMorphy static methods as well

0 commit comments

Comments
 (0)