Skip to content

Commit 5316dba

Browse files
committed
docs: fix description
Now the Cookie class has nothing to do with getting incomming cookies.
1 parent 7ad8ca6 commit 5316dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/cookies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cookies are mainly used for three purposes:
1414
- **Personalization**: User preferences, themes, and other settings
1515
- **Tracking**: Recording and analyzing user behavior
1616

17-
To help you efficiently use cookies across browsers with your request and response,
17+
To help you efficiently send cookies to browsers,
1818
CodeIgniter provides the ``CodeIgniter\Cookie\Cookie`` class to abstract the
1919
cookie interaction.
2020

0 commit comments

Comments
 (0)