Skip to content

Commit

Permalink
Fixed README typo (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
pejrich committed Mar 27, 2024
1 parent 4d168bd commit f0d0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It can also *write* well-formed PO, POT, and MO files:
"priv/gettext/default.pot"
|> Expo.PO.parse_file!()
|> Expo.PO.compose()
|> then(fn content -> File.write!("priv/gettext/copy.pot") end)
|> then(fn content -> File.write!("priv/gettext/copy.pot", content) end)
```

This library can also parse [`Plural-Form`
Expand Down

0 comments on commit f0d0818

Please sign in to comment.