From 210de7645687170001b1bd5ea0e90bae8bee8e76 Mon Sep 17 00:00:00 2001 From: jonasled <jonas@jonasled.de> Date: Tue, 25 Feb 2020 18:08:39 +0100 Subject: [PATCH] sentence doesn't make sence fix --- templates/apiDocs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/apiDocs.html b/templates/apiDocs.html index 2df341b..83441f0 100644 --- a/templates/apiDocs.html +++ b/templates/apiDocs.html @@ -66,7 +66,7 @@ <ul> <li>status: The status code of the reponse. Down there is a table with the posible response codes</li> <li>message: This argument will do the same like the status code, but it is written out, for reading by human.</li> - <li>qr: If you enabled the QR code this will include a QR code of the shorten link as base64 coded jpeg image</li> + <li>qr: If you enabled this argument, the response will include a QR code of the shorten link as base64 coded jpeg image</li> </ul> <br> -- GitLab