From 41414ca37a8ca6d92178c16e65e1a7ca6e36243c Mon Sep 17 00:00:00 2001
From: Byron Matto <bmatto@hubspot.com>
Date: Wed, 17 Apr 2024 08:35:34 -0400
Subject: [PATCH] Update serverless.md - typo

---
 docs/reference/serverless.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/reference/serverless.md b/docs/reference/serverless.md
index 21f1051..ef25659 100644
--- a/docs/reference/serverless.md
+++ b/docs/reference/serverless.md
@@ -12,7 +12,7 @@ CMS Serverless Functions were specifically designed to work with the HubSpot CMS
 
 - CMS Serverless functions do not allow you to add your own dependencies i.e. 3rd party packages.
 
-- Because Developer Platform Serverless functions are defined within a "Private App" they inherit the scopes assigned to that Private App. That level of granular control is no available with CMS Serverless Functions. They rely on storing a personal access token in hs secrets which is then referenced in the serverless function.
+- Because Developer Platform Serverless functions are defined within a "Private App" they inherit the scopes assigned to that Private App. That level of granular control is not available with CMS Serverless Functions. They rely on storing a personal access token in hs secrets which is then referenced in the serverless function.
 
 ## Developer Platform Serverless Functions