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.