From 709d8365d988ebd6a1cc369ff69845d405632c26 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 7 Aug 2020 10:17:06 -0700 Subject: [PATCH] Fixed typo --- app/src/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/Config.php b/app/src/Config.php index 8b30076..7807c8e 100644 --- a/app/src/Config.php +++ b/app/src/Config.php @@ -16,7 +16,7 @@ class Config } /** - * Get the value of a configuration vairable. + * Get the value of a configuration variable. * * @param string $key The unique configuration variable ID * @param mixed $default Default value to return if no environment variable is set