We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1657c2 commit 7770c5bCopy full SHA for 7770c5b
docs/ref/dotz.md
@@ -112,9 +112,8 @@ The relevant HTTP callback to handle this request will be allowed.
112
(2;"response text")
113
```
114
The custom reponse to be sent should be provided in the "response text" section.
115
-The "response text" should be comprised of a valid HTTP response message e.g. can be used to provide a
116
-401 response with a customised message.
117
-An HTTP callback to handle the original request will not be called.
+The response text should be comprised of a valid HTTP response message, for example a 401 response with a customised message.
+An HTTP callback to handle the original request is not called.
118
* Fallback to basic authentication
119
```q
120
(4;"")
0 commit comments