From b15ae0e47d7fe1cbd2cd2df9d749bf8b26d7a92d Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 25 Dec 2015 00:13:35 +0100 Subject: [PATCH] Muh grammar --- README.md | 2 +- templates/about.html | 2 +- templates/faq.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d138da1..0dcd265 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QuadFile Version 2 -A temporary (or permanent, depending on configuration) file sharing service written in Flask +A temporary (or permanent, depending on configuration) file sharing service written in Flask. # Features diff --git a/templates/about.html b/templates/about.html index 86164fe..e54d9e3 100644 --- a/templates/about.html +++ b/templates/about.html @@ -34,7 +34,7 @@ Christmas 2015, {{ page.title }} returned, better than ever.

- It now uses a database (SQLite counts okay, don't hate me), it has been rewritten from scratch using Python, it's multi-threaded, it rocks. Resource usage is approximately one fourth that of the old site - while also being faster + It now uses a database (SQLite counts okay, don't hate me), it has been rewritten from scratch using Python, it's multi-threaded, it rocks. Resource usage is approximately one fourth that of the old site - while also being faster.

{% endblock %} \ No newline at end of file diff --git a/templates/faq.html b/templates/faq.html index d0b6baf..a59d4b6 100644 --- a/templates/faq.html +++ b/templates/faq.html @@ -38,6 +38,6 @@

I get an "Internal server error" (Code 500), why?

-

The site is fresh. I still haven't implemented error handling for a lot of things, in those cases you will simply see that generic error page.

+

The site is fresh, I still haven't implemented error handling for a lot of things. In those cases you will simply see that generic error page.

{% endblock %} \ No newline at end of file