From 8149b20277fb35114017e58ba610d849a2459889 Mon Sep 17 00:00:00 2001 From: elvill <elias.villiger@uzh.ch> Date: Mon, 5 Feb 2018 17:57:00 +0100 Subject: [PATCH] Fix small typos in coding docs --- doc/CODING.md | 6 +++--- doc/HTML.md | 2 +- doc/PROTOCOL.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/CODING.md b/doc/CODING.md index abed0946a..d69530ab9 100644 --- a/doc/CODING.md +++ b/doc/CODING.md @@ -216,7 +216,7 @@ Formelement type: DATE / DATETIME / TIME * regexp might be user defined. If given, do not use system regexp! * No min/max check. * Server: - * check with system wirde regexp + * check with system wide regexp * regexp might be user defined. If given, do not use system regexp! * Do min/max check. @@ -250,8 +250,8 @@ Debug / Log $this->store->getVar(SYSTEM_SHOW_DEBUG_INFO, STORE_SYSTEM) === 'yes' -Errormessages & Eceptions -========================= +Errormessages & Exceptions +========================== * Exception types: * Code diff --git a/doc/HTML.md b/doc/HTML.md index 0c1db3313..5937922fd 100644 --- a/doc/HTML.md +++ b/doc/HTML.md @@ -4,7 +4,7 @@ This document explains the HTML markup used by QFQ. ## Hooks -Hooks are used on by the Client to gather information required for +Hooks are used on the Client to gather information required for asynchronous requests and to add predefined event handlers to HTML Elements. diff --git a/doc/PROTOCOL.md b/doc/PROTOCOL.md index 538a3a87a..45ed7ca02 100644 --- a/doc/PROTOCOL.md +++ b/doc/PROTOCOL.md @@ -23,7 +23,7 @@ JSON Response from the server containing at least: "message": "<message>" } -`status` indicates whether or not the request has been fullfiled by +`status` indicates whether or not the request has been fulfilled by the server (`"success"`) or encountered an error (`"error"`). On `"error"` the Client must display `"<message>"` to the user. On `"success"`, the Client may display `"<message>"` to the user. -- GitLab