diff --git a/bin/shot_them_all.py b/bin/shot_them_all.py index 9f9878a..8940799 100644 --- a/bin/shot_them_all.py +++ b/bin/shot_them_all.py @@ -60,7 +60,7 @@ for theme in get_themes(): shots = [ [1400, 1000, 'desktop'], [360, 740, 'mobile'], # Samsung Galaxy S8 - [740, 360, 'mobile-horieontal'], # ditto, horizonal + [740, 360, 'mobile-horizontal'], # ditto, horizonal ] if not args.reshot: if all([os.path.exists(os.path.join(args.directory, '%s-%s.png' % (theme_id, x[2]))) for x in shots]):