Skip to content

Commit 4a6fdf1

Browse files
robrapirtazaakram
authored andcommitted
docs: fix minor typo (#36216)
1 parent 0d7cc21 commit 4a6fdf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx/core/djangoapps/session_inactivity_timeout/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This was taken from StackOverflow (http://stackoverflow.com/questions/14830669/how-to-expire-django-session-in-5minutes)
1010
1111
If left unset, session expiration will be handled by Django's SESSION_COOKIE_AGE,
12-
which defauts to 1209600 (2 weeks, in seconds).
12+
which defaults to 1209600 (2 weeks, in seconds).
1313
"""
1414

1515

0 commit comments

Comments
 (0)