Skip to content

Commit

Permalink
Update SparkPlug.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 22, 2016
1 parent 4cad83f commit 57afc15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rougin/spark-plug",
"description": "Obtains an instance of CodeIgniter gracefully",
"description": "Returns an instance of CodeIgniter",
"keywords": [
"codeigniter",
"instance",
Expand Down
4 changes: 2 additions & 2 deletions src/SparkPlug.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Spark Plug
*
* Returns the instance of CodeIgniter.
* Returns an instance of CodeIgniter.
*
* @package SparkPlug
* @author Rougin Royce Gutib <rougingutib@gmail.com>
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 57afc15

Please sign in to comment.