From de03e29cd8531fa27cdaae417f4f2e8659a77daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20M=C3=BCller?= Date: Fri, 8 Mar 2024 09:43:48 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- app.py | 2 +- templates/partials/split.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67a3ad6..06ff1c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PDF Web Toolkit -A Web-Application allowing you to splitt and merge PDF-Files. +A Web-Application allowing you to split and merge PDF-Files. ## Deploy diff --git a/app.py b/app.py index abc4c8e..93f06ce 100644 --- a/app.py +++ b/app.py @@ -37,7 +37,7 @@ def project(): @app.route('/split') -def splitt(): +def split(): return render_template('base.html', page='split', settings='set', error=False) diff --git a/templates/partials/split.html b/templates/partials/split.html index ed91801..05cd41a 100644 --- a/templates/partials/split.html +++ b/templates/partials/split.html @@ -1,6 +1,6 @@

- Upload a PDF that you want to be splitt into seperate pages. + Upload a PDF that you want to be split into seperate pages.