Skip to content

Commit c04ed79

Browse files
committed
minor #4848 Fix typo: BLOG => BLOB (ifdattic)
This PR was merged into the 2.6 branch. Discussion ---------- Fix typo: BLOG => BLOB | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 | Fixed tickets | Commits ------- d83f005 Fix typo: BLOG => BLOB
2 parents 1da9206 + d83f005 commit c04ed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/configuration/pdo_session_storage.rst

+1-1
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)