Skip to content

Commit 161bbf4

Browse files
authored
Merge pull request #354 from timgates42/bugfix_typo_persist
docs: Fix simple typo, persited -> persist
2 parents 85a1776 + f11289d commit 161bbf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/server/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
# URL that distinguishes websocket connections from normal requests
143143
WEBSOCKET_URL = '/ws/'
144144

145-
# Set the number of seconds each message shall persited
145+
# Set the number of seconds each message shall persist
146146
WS4REDIS_EXPIRE = 3600
147147

148148
WS4REDIS_HEARTBEAT = '--heartbeat--'

examples/server/tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
# URL that distinguishes websocket connections from normal requests
121121
WEBSOCKET_URL = '/ws/'
122122

123-
# Set the number of seconds each message shall persited
123+
# Set the number of seconds each message shall persist
124124
WS4REDIS_EXPIRE = 3600
125125

126126
WS4REDIS_HEARTBEAT = '--heartbeat--'

0 commit comments

Comments
 (0)