1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +00:00

Correct spelling

This commit is contained in:
Edward Betts 2021-05-13 14:38:32 +01:00 committed by fguillot
parent 0c56b4d580
commit 264f4db567
6 changed files with 8 additions and 8 deletions

View file

@ -222,7 +222,7 @@ func (c *Client) MarkCategoryAsRead(categoryID int64) error {
return err
}
// CategoryFeeds gets feeds of a cateogry.
// CategoryFeeds gets feeds of a category.
func (c *Client) CategoryFeeds(categoryID int64) (Feeds, error) {
body, err := c.request.Get(fmt.Sprintf("/v1/categories/%d/feeds", categoryID))
if err != nil {