Typofixes

This commit is contained in:
JT Smith
2022-10-03 18:31:43 -06:00
parent ed777871c0
commit 6da76ffaae
7 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ use Wallabag\UserBundle\Entity\User;
* This class intend to detect the active theme for the logged in user.
* It will retrieve the configured theme of the user.
*
* If no user where logged in, it will returne the default theme
* If no user where logged in, it will return the default theme
*/
class DetectActiveTheme implements DeviceDetectionInterface
{