From 94866bf68d002dade4bf681621cb01e8256b857b Mon Sep 17 00:00:00 2001 From: Pavel Mironchik Date: Wed, 17 Feb 2021 09:34:55 +0600 Subject: [PATCH] Fix a typo. --- app/Abstracts/View/Components/Document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Abstracts/View/Components/Document.php b/app/Abstracts/View/Components/Document.php index a9942ac91..82323a590 100644 --- a/app/Abstracts/View/Components/Document.php +++ b/app/Abstracts/View/Components/Document.php @@ -11,7 +11,7 @@ abstract class Document extends Component { $translation = ''; - // if set config trasnlation config_key + // if set config translation config_key if ($translation = config('type.' . $type . '.translation.' . $config_key)) { return $translation; }