Skip to content

Commit dc3e85e

Browse files
mhoegerggailey777
andauthored
Update articles/azure-functions/functions-reference-node.md
Co-Authored-By: Glenn Gailey <[email protected]>
1 parent e45ba9e commit dc3e85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ The `context.res` (response) object has the following properties:
359359
| _headers_ | An object that contains the response headers. |
360360
| _isRaw_ | Indicates that formatting is skipped for the response. |
361361
| _status_ | The HTTP status code of the response. |
362-
| _cookies_ | An array of HTTP cookies to set with the response. An HTTP cookie can be defined as an object with name, value, and other cookie properties (such as maxAge and sameSite) |
362+
| _cookies_ | An array of HTTP cookie objects that are set in the response. An HTTP cookie object has a `name`, `value`, and other cookie properties, such as `maxAge` or `sameSite`. |
363363

364364
### Accessing the request and response
365365

0 commit comments

Comments
 (0)