Skip to content

Commit b0535e5

Browse files
committed
docs: fix typos
1 parent 1ce4093 commit b0535e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Config/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Auth extends BaseConfig
5555
* Redirect URLs
5656
* --------------------------------------------------------------------
5757
* The default URL that a user will be redirected to after various auth
58-
* auth actions. This can be either of the following:
58+
* actions. This can be either of the following:
5959
*
6060
* 1. An absolute URL. E.g. http://example.com OR https://example.com
6161
* 2. A named route that can be accessed using `route_to()` or `url_to()`
@@ -149,7 +149,7 @@ class Auth extends BaseConfig
149149
* Record Last Active Date
150150
* --------------------------------------------------------------------
151151
* If true, will always update the `last_active` datetime for the
152-
* logged in user on every page request.
152+
* logged-in user on every page request.
153153
* This feature only works when session/tokens filter is active.
154154
*
155155
* @see https://codeigniter4.github.io/shield/install/#protect-all-pages for set filters.

0 commit comments

Comments
 (0)