We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c71b0 commit 208dd29Copy full SHA for 208dd29
src/User/Module.php
@@ -185,7 +185,7 @@ class Module extends BaseModule
185
/**
186
* @var int $profileVisibility Defines the level of user's profile page visibility.
187
* Defaults to ProfileController::PROFILE_VISIBILITY_OWNER meaning no-one except the user itself can view
188
- * the profile. @see ProfileController constants for prssible options
+ * the profile. @see ProfileController constants for possible options
189
*/
190
public $profileVisibility = ProfileController::PROFILE_VISIBILITY_OWNER;
191
0 commit comments