Skip to content

Commit 4764b12

Browse files
Dorian Villetweaverryan
Dorian Villet
authored andcommitted
Fix typo in the introduction paragraph of the Translations chapter of the Book
1 parent b5851c7 commit 4764b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Translations
66

77
The term "internationalization" (often abbreviated `i18n`_) refers to the
88
process of abstracting strings and other locale-specific pieces out of your
9-
application and into a layer where they can be translated and converted based
9+
application into a layer where they can be translated and converted based
1010
on the user's locale (i.e. language and country). For text, this means
1111
wrapping each with a function capable of translating the text (or "message")
1212
into the language of the user::

0 commit comments

Comments
 (0)