Skip to content

Commit 208dd29

Browse files
committed
typo
1 parent f4c71b0 commit 208dd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/User/Module.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class Module extends BaseModule
185185
/**
186186
* @var int $profileVisibility Defines the level of user's profile page visibility.
187187
* Defaults to ProfileController::PROFILE_VISIBILITY_OWNER meaning no-one except the user itself can view
188-
* the profile. @see ProfileController constants for prssible options
188+
* the profile. @see ProfileController constants for possible options
189189
*/
190190
public $profileVisibility = ProfileController::PROFILE_VISIBILITY_OWNER;
191191
/**

0 commit comments

Comments
 (0)