Skip to content

Commit 57afc15

Browse files
committed
Update SparkPlug.php
1 parent 4cad83f commit 57afc15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rougin/spark-plug",
3-
"description": "Obtains an instance of CodeIgniter gracefully",
3+
"description": "Returns an instance of CodeIgniter",
44
"keywords": [
55
"codeigniter",
66
"instance",

src/SparkPlug.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Spark Plug
77
*
8-
* Returns the instance of CodeIgniter.
8+
* Returns an instance of CodeIgniter.
99
*
1010
* @package SparkPlug
1111
* @author Rougin Royce Gutib <rougingutib@gmail.com>
@@ -40,7 +40,7 @@ public function __construct(array &$globals, array $server, $path = '')
4040
}
4141

4242
/**
43-
* Returns the instance of CodeIgniter.
43+
* Returns an instance of CodeIgniter.
4444
*
4545
* @return \CI_Controller
4646
*/

0 commit comments

Comments
 (0)