From 4f8fcf097140e671e22b2c9ebc72faea46525dfe Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Mon, 2 Dec 2024 23:23:41 -0800 Subject: [PATCH] Update README.md Typo: s/it's/its/ --- nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/README.md b/nodejs/README.md index 5c21e449..8c1a8ecd 100644 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -12,7 +12,7 @@ Looking for ready-to-run examples? See the [NodeJS examples directory](./example To add package dependencies, edit [package.json](./package.json) to add what you need, and rebuild this image (instructions below). -You also may want to customize what's available to the function in it's request context. +You also may want to customize what's available to the function in its request context. You can do this by editing [server.js](./server.js) (see the comment in that file about customizing request context). ## Rebuilding and pushing the image