Skip to content

Commit 8618a58

Browse files
committed
fix typo
1 parent e0a1aef commit 8618a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configure/advanced_configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ just add these settings to your settings.py
6868

6969
```python
7070
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
71-
SESSION_CACHE_ALIAS = "default
71+
SESSION_CACHE_ALIAS = "default"
7272
```
7373

7474
## Configure the client

0 commit comments

Comments
 (0)