Skip to content

Commit b350c5c

Browse files
committed
docs: fix typo
1 parent 17824fb commit b350c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/libraries/cookies

user_guide_src/source/libraries/cookies/002.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use CodeIgniter\Cookie\Cookie;
44
use Config\Cookie as CookieConfig;
55

6-
// pass in an Config\Cookie instance before constructing a Cookie class
6+
// pass in a Config\Cookie instance before constructing a Cookie class
77
Cookie::setDefaults(new CookieConfig());
88
$cookie = new Cookie('login_token');
99

0 commit comments

Comments
 (0)