mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Correct spelling
This commit is contained in:
parent
0c56b4d580
commit
264f4db567
6 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue