Commit c28996b4 authored by Michal Čihař's avatar Michal Čihař

Fix typos in docs as well (issue #138)

parent 815265bd
......@@ -310,7 +310,7 @@ currently quite simple.
Optional plural
+++++++++++++++
The string is optionaly used as plural, but not using plural forms. In case
The string is optionally used as plural, but not using plural forms. In case
your translation system supports this, you should use plural aware variant of
it.
......@@ -327,5 +327,5 @@ For example with Gettext in Python it could be:
Ellipsis
+++++++
The string uses three commas (...) instead of ellipsis character (…). Using
The string uses three dots (...) instead of an ellipsis character (…). Using
unicode character is in most cases better approach and looks better.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment