mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
Correct spelling
This commit is contained in:
parent
0c56b4d580
commit
264f4db567
6 changed files with 8 additions and 8 deletions
|
@ -116,7 +116,7 @@ func (s *Storage) CreateFeedIcon(feedID int64, icon *model.Icon) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Icons returns all icons tht belongs to a user.
|
||||
// Icons returns all icons that belongs to a user.
|
||||
func (s *Storage) Icons(userID int64) (model.Icons, error) {
|
||||
query := `
|
||||
SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue