Skip to content

Commit 7770c5b

Browse files
Update docs/ref/dotz.md
Co-authored-by: natalietanner <142605282+natalietanner@users.noreply.github.com>
1 parent d1657c2 commit 7770c5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/ref/dotz.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ The relevant HTTP callback to handle this request will be allowed.
112112
(2;"response text")
113113
```
114114
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.
115+
The response text should be comprised of a valid HTTP response message, for example a 401 response with a customised message.
116+
An HTTP callback to handle the original request is not called.
118117
* Fallback to basic authentication
119118
```q
120119
(4;"")

0 commit comments

Comments
 (0)