Skip to content

Commit ccb5341

Browse files
authored
Fix typo in README.md
Just a tiny little thing. :)
1 parent 2a3fe4b commit ccb5341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $translations = Gettext\Translations::fromPhpCodeFile('templates/index.php');
227227
$translations->toPoFile('locales/en.po');
228228

229229
//Export to a po string
230-
$content = $translatons->toPoString();
230+
$content = $translations->toPoString();
231231
file_put_contents('locales/en.po', $content);
232232
```
233233

0 commit comments

Comments
 (0)