Skip to content

Commit

Permalink
Fix typo in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadlaws committed Jun 13, 2013
1 parent aae6f75 commit f0ce6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tag/classes/Tag/Controller/Rest/ItemTags.php
Expand Up @@ -43,7 +43,7 @@ class Tag_Controller_Rest_ItemTags extends Controller_Rest {
* Since there is no entity function, this is only accessible using relationships.
* @see Controller_Rest_ItemTags::post_members()
*
* DELETE removes the all tags from the item (no parameters accepted).
* DELETE removes all tags from the item (no parameters accepted).
* @see Controller_Rest_ItemTags::delete()
*
* RELATIONSHIPS: "item_tags" is the "tags" relationship of an "item" resource.
Expand Down

0 comments on commit f0ce6f0

Please sign in to comment.