Skip to content

Commit 56e46e6

Browse files
authored
Merge pull request livecode#4885 from livecodeali/docs-typo
[[ Docs ]] Fix typo
2 parents 21c3b75 + 881f1ed commit 56e46e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dictionary/property/urlResponse.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ after an HTTP request.
3030
All HTTP requests cause data to be sent to the server and data to be
3131
returned from the server. The <urlResponse> property allows you to
3232
access any data returned by the HTTP server in the last URL operation,
33-
the urlResonse property returns empty if the operation failed.
33+
the <urlResponse> property returns empty if the operation failed.
3434

3535
The HTTP requests which cause data to be returned by the <urlResponse>
3636
property are <get>, <put>, <delete> and <post>.

0 commit comments

Comments
 (0)