Skip to content

Commit

Permalink
Merge pull request #24 from cojocaru/master
Browse files Browse the repository at this point in the history
Fixed some PHPDoc comments typos
  • Loading branch information
msurguy committed Mar 12, 2014
2 parents 9e47bfe + f5f1fc0 commit 6425d0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Controllers/Admin/CategoriesController.php
Expand Up @@ -90,7 +90,7 @@ public function getView($id)
}

/**
* Handle the editting of a category.
* Handle the editing of a category.
*
* @param mixed $id
* @return \Illuminate\Http\RedirectResponse
Expand Down
2 changes: 1 addition & 1 deletion app/Controllers/Admin/TagsController.php
Expand Up @@ -86,7 +86,7 @@ public function postIndex()
}

/**
* Handle the editting of a tag.
* Handle the editing of a tag.
*
* @param mixed $id
* @return \Illuminate\Http\RedirectResponse
Expand Down
2 changes: 1 addition & 1 deletion app/Controllers/UserTricksController.php
Expand Up @@ -111,7 +111,7 @@ public function getEdit($slug)
}

/**
* Handle the editting of a trick.
* Handle the editing of a trick.
*
* @param string $slug
* @return \Illuminate\Http\RedirectResponse
Expand Down

0 comments on commit 6425d0e

Please sign in to comment.