mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
various typos in comments
This commit is contained in:
@@ -10,7 +10,7 @@ module ImageSizer
|
||||
|
||||
return [w.floor, h.floor] if w < max_width
|
||||
|
||||
# Using the maximum width, resize the heigh retaining the aspect ratio
|
||||
# Using the maximum width, resize the height retaining the aspect ratio
|
||||
[max_width.floor, (h * (max_width / w)).floor]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user