diff --git a/app/Abstracts/View/Components/Contacts/Show.php b/app/Abstracts/View/Components/Contacts/Show.php index a20e2f470..5a614100a 100644 --- a/app/Abstracts/View/Components/Contacts/Show.php +++ b/app/Abstracts/View/Components/Contacts/Show.php @@ -188,7 +188,7 @@ abstract class Show extends Component $permission = ''; $config_key = 'create'; - // if set config trasnlation config_key + // if set config translation config_key if ($permission = config('type.document.' . $document_type . '.permission.' . $config_key)) { return $permission; }