From cffb4e583763f3ae38a4378eb37fc1068c75108c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 4 Dec 2021 20:49:47 +0100 Subject: [PATCH] Fix spelling mistakes --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index a5e29e7..beeaed3 100644 --- a/main.py +++ b/main.py @@ -130,7 +130,7 @@ def generate_html( screenshot: str, filename: str, ) -> str: - """Genereta HTML for media files. + """Generate HTML for media files. This is what we will send to other people on Discord. You can remove the .html with your web server so the link will look normal. @@ -140,7 +140,7 @@ def generate_html( width (int): Video width. height (int): Video height. screenshot (str): URL for screenshot. This is what you will see in Discord. - filename (str): Orignal video filenaame. We will append .html to the filename. + filename (str): Original video filenaame. We will append .html to the filename. Returns: str: [description]