Fix typo (horizon*t*al)
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-09-05 21:41:07 +00:00
parent 73b485253c
commit ec30f0f33d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default {
if (image.width < image.height) {
this.orientation = 'vertical'
} else if (image.width > image.height) {
this.orientation = 'horizonal'
this.orientation = 'horizontal'
} else if (image.width === image.height) {
this.orientation = 'square'
}