diff --git a/docs/i18n.txt b/docs/i18n.txt index 25191e9402..cffc58011e 100644 --- a/docs/i18n.txt +++ b/docs/i18n.txt @@ -710,7 +710,7 @@ language choice in a ``django_language`` cookie. After setting the language choice, Django redirects the user, following this algorithm: - * Django looks for a ``next`` parameter in ``POST`` request. + * Django looks for a ``next`` parameter in the ``POST`` data. * If that doesn't exist, or is empty, Django tries the URL in the ``Referrer`` header. * If that's empty -- say, if a user's browser suppresses that header --