Opened 12 years ago

Closed 12 years ago

#19994 closed Bug (fixed)

Typo on deployment docs

Reported by: akshar Owned by: nobody
Component: Documentation Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/

Search for 'environnemnt'. This is a typo and should be changed to 'environment'.

Change History (1)

comment:1 by Aymeric Augustin <aymeric.augustin@…>, 12 years ago

Resolution: fixed
Status: newclosed

In d1a5fe07ed96794864d9aa69502ed056bb7a561b:

Fixed #19994 -- Typo.

Thanks akshar for the report.

Note: See TracTickets for help on using tickets.
Back to Top