Fixed typo

This commit is contained in:
Chris Kankiewicz
2020-08-07 10:17:06 -07:00
parent 82202ca39b
commit 709d8365d9

View File

@@ -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