diff --git a/Conduit/Conduit.Web/Articles/Controllers/ArticlesController.cs b/Conduit/Conduit.Web/Articles/Controllers/ArticlesController.cs index 951f4b00b9..92021010c4 100644 --- a/Conduit/Conduit.Web/Articles/Controllers/ArticlesController.cs +++ b/Conduit/Conduit.Web/Articles/Controllers/ArticlesController.cs @@ -97,13 +97,13 @@ public async Task FavoriteArticle(string slug) /// Remove a favorite of the logged-in user's /// /// - /// + /// Conduit spec for Unfavorite article /// /// Article slug /// Article (with profile of author embedded) - /// Successful favorite, returns the favorited Article + /// Successful unfavorite, returns the unfavorited Article /// Unauthorized, likely because credentials are incorrect - /// Article was unable to be favorited + /// Article was unable to be unfavorited [HttpDelete] [Route("/api/article/{slug}/favorite")] [Authorize]