Skip to content
Snippets Groups Projects
Commit 8149b202 authored by Elias Villiger's avatar Elias Villiger
Browse files

Fix small typos in coding docs

parent 6f5aae71
No related branches found
No related tags found
1 merge request!323192 variables in form title
...@@ -216,7 +216,7 @@ Formelement type: DATE / DATETIME / TIME ...@@ -216,7 +216,7 @@ Formelement type: DATE / DATETIME / TIME
* regexp might be user defined. If given, do not use system regexp! * regexp might be user defined. If given, do not use system regexp!
* No min/max check. * No min/max check.
* Server: * Server:
* check with system wirde regexp * check with system wide regexp
* regexp might be user defined. If given, do not use system regexp! * regexp might be user defined. If given, do not use system regexp!
* Do min/max check. * Do min/max check.
...@@ -250,8 +250,8 @@ Debug / Log ...@@ -250,8 +250,8 @@ Debug / Log
$this->store->getVar(SYSTEM_SHOW_DEBUG_INFO, STORE_SYSTEM) === 'yes' $this->store->getVar(SYSTEM_SHOW_DEBUG_INFO, STORE_SYSTEM) === 'yes'
Errormessages & Eceptions Errormessages & Exceptions
========================= ==========================
* Exception types: * Exception types:
* Code * Code
......
...@@ -4,7 +4,7 @@ This document explains the HTML markup used by QFQ. ...@@ -4,7 +4,7 @@ This document explains the HTML markup used by QFQ.
## Hooks ## 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. asynchronous requests and to add predefined event handlers to HTML Elements.
......
...@@ -23,7 +23,7 @@ JSON Response from the server containing at least: ...@@ -23,7 +23,7 @@ JSON Response from the server containing at least:
"message": "<message>" "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 the server (`"success"`) or encountered an error (`"error"`). On
`"error"` the Client must display `"<message>"` to the user. On `"error"` the Client must display `"<message>"` to the user. On
`"success"`, the Client may display `"<message>"` to the user. `"success"`, the Client may display `"<message>"` to the user.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment