From 02c7b295c483b71d591802b25cbef3d0933ed5b3 Mon Sep 17 00:00:00 2001 From: Ilya Patrzykat-Hannas <54457854+patrzykat@users.noreply.github.com> Date: Sun, 2 May 2021 06:33:32 -0300 Subject: [PATCH] Small spelling correction (#8) --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index cb3d8df..c2f2b50 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ {{ super() }}
This is a minimal web app developed with Flask framework.
-The main purpose is to introduce how to implement the essentail elements in web applications with Flask, including
+The main purpose is to introduce how to implement the essential elements in web applications with Flask, including
For more basic knowledge of Flask, you can refer to a tutorial on Tutorialspoint.
-{% endblock %} \ No newline at end of file +{% endblock %}