Skip to content

Commit fb269be

Browse files
committed
docs: fix letter upper/lower cases
1 parent 855d528 commit fb269be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/libraries/sessions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ but does not take any configuration options.
3939

4040
.. literalinclude:: sessions/002.php
4141

42-
How do Sessions work?
42+
How Do Sessions Work?
4343
=====================
4444

4545
When a page is loaded, the session class will check to see if a valid
@@ -59,7 +59,7 @@ automatic.
5959
.. note:: Under CLI, the Session library will automatically halt itself,
6060
as this is a concept based entirely on the HTTP protocol.
6161

62-
A note about concurrency
62+
A Note about Concurrency
6363
------------------------
6464

6565
Unless you're developing a website with heavy AJAX usage, you can skip this
@@ -627,7 +627,7 @@ RedisHandler Driver
627627

628628
.. note:: Since Redis doesn't have a locking mechanism exposed, locks for
629629
this driver are emulated by a separate value that is kept for up
630-
to 300 seconds. With ``v4.3.2`` or above, You can connect ``Redis`` with **TLS** protocol.
630+
to 300 seconds. With ``v4.3.2`` or above, you can connect ``Redis`` with **TLS** protocol.
631631

632632
Redis is a storage engine typically used for caching and popular because
633633
of its high performance, which is also probably your reason to use the

0 commit comments

Comments
 (0)