We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d909018 commit 9f182b6Copy full SHA for 9f182b6
README.md
@@ -90,7 +90,7 @@ Morphies::morphy('ru')->lemmatize(' бойцовый'); // word will be trimm
90
// get all morphies, returns array like ['name' => Morphy]
91
Morphies::morphies();
92
93
-// get all morphies with pecific locale, returns array like ['name' => Morphy]
+// get all morphies with specific locale, returns array like ['name' => Morphy]
94
Morphies::morphies(Morphy::russianLang);
95
96
// you can call phpMorphy static methods as well
0 commit comments