mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Fix typos
This commit is contained in:
parent
265174bd5e
commit
b7d7431d05
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ var fontCache = sync.OnceValues(func() (*truetype.Font, error) {
|
|||
return truetype.Parse(goregular.TTF)
|
||||
})
|
||||
|
||||
// DefaultSize returns the default sie for a card
|
||||
// DefaultSize returns the default size for a card
|
||||
func DefaultSize() (int, int) {
|
||||
return 1200, 600
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue