Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mgroves committed Nov 8, 2023
1 parent f82ce70 commit 49ffb9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public async Task<IActionResult> Delete(string slug)
/// </remarks>
/// <param name="filter">Filtering options</param>
/// <returns>List of articles</returns>
/// <response code="200">Successfully queryied articles</response>
/// <response code="200">Successfully queried articles</response>
/// <response code="422">Article request is invalid</response>
[HttpGet]
[Route("/api/articles")]
Expand Down

0 comments on commit 49ffb9b

Please sign in to comment.