diff --git a/composer.json b/composer.json index 1fd0428..7b8be6a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "rougin/spark-plug", - "description": "Obtains an instance of CodeIgniter gracefully", + "description": "Returns an instance of CodeIgniter", "keywords": [ "codeigniter", "instance", diff --git a/src/SparkPlug.php b/src/SparkPlug.php index cefbe9e..5aa23a0 100644 --- a/src/SparkPlug.php +++ b/src/SparkPlug.php @@ -5,7 +5,7 @@ /** * Spark Plug * - * Returns the instance of CodeIgniter. + * Returns an instance of CodeIgniter. * * @package SparkPlug * @author Rougin Royce Gutib @@ -40,7 +40,7 @@ public function __construct(array &$globals, array $server, $path = '') } /** - * Returns the instance of CodeIgniter. + * Returns an instance of CodeIgniter. * * @return \CI_Controller */