Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Mar 8, 2024
1 parent f4c71b0 commit 208dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class Module extends BaseModule
/**
* @var int $profileVisibility Defines the level of user's profile page visibility.
* Defaults to ProfileController::PROFILE_VISIBILITY_OWNER meaning no-one except the user itself can view
* the profile. @see ProfileController constants for prssible options
* the profile. @see ProfileController constants for possible options
*/
public $profileVisibility = ProfileController::PROFILE_VISIBILITY_OWNER;
/**
Expand Down

0 comments on commit 208dd29

Please sign in to comment.