Skip to content

Commit d83f005

Browse files
committed
Fix typo: BLOG => BLOB
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 | Fixed tickets |
1 parent ca54d55 commit d83f005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Example SQL Statements
213213
* A new session lifetime (``sess_lifetime`` by default) integer column
214214
needs to be added;
215215
* The data column (``sess_data`` by default) needs to be changed to a
216-
BLOG type.
216+
BLOB type.
217217

218218
Check the SQL statements below for more details.
219219

0 commit comments

Comments
 (0)