We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21c3b75 + 881f1ed commit 56e46e6Copy full SHA for 56e46e6
1 file changed
docs/dictionary/property/urlResponse.lcdoc
@@ -30,7 +30,7 @@ after an HTTP request.
30
All HTTP requests cause data to be sent to the server and data to be
31
returned from the server. The <urlResponse> property allows you to
32
access any data returned by the HTTP server in the last URL operation,
33
-the urlResonse property returns empty if the operation failed.
+the <urlResponse> property returns empty if the operation failed.
34
35
The HTTP requests which cause data to be returned by the <urlResponse>
36
property are <get>, <put>, <delete> and <post>.
0 commit comments