Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 3, 2023
1 parent d2a9857 commit d881052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Note: It is also advised to move away from these controller calls.
## Caching

TinyAuth makes heavy use of caching to achieve optimal performance.
By default it will not use caching in debug mode, though.
By default, it will not use caching in debug mode, though.

To modify the caching behavior set the ``autoClearCache`` configuration option:
```php
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</php>
<testsuites>
<testsuite name="tiny-auth">
<directory>tests/</directory>
<directory>tests/TestCase/</directory>
</testsuite>
</testsuites>

Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Component/AuthUserComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use TinyAuth\Utility\Config;

/**
* Easy access to the current logged in user and the corresponding auth data.
* Easy access to the current logged-in user and the corresponding auth data.
*
* @property \TinyAuth\Controller\Component\AuthComponent $Auth
*/
Expand Down

0 comments on commit d881052

Please sign in to comment.