From 683b50fe2fbb545b3d9e14b64934de47609dc058 Mon Sep 17 00:00:00 2001 From: Hossein Abbasi Date: Fri, 26 Jan 2024 13:34:17 +1100 Subject: [PATCH] docs(faq/serverless): fix 'in place' word --- content/faq/serverless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/serverless.md b/content/faq/serverless.md index fae58a7cb7..b0be8df91b 100644 --- a/content/faq/serverless.md +++ b/content/faq/serverless.md @@ -209,7 +209,7 @@ functions: > info **Hint** To learn more about the Serverless framework, visit the [official documentation](https://www.serverless.com/framework/docs/). -With this place, we can now navigate to the `main.ts` file and update our bootstrap code with the required boilerplate: +With this in place, we can now navigate to the `main.ts` file and update our bootstrap code with the required boilerplate: ```typescript import { NestFactory } from '@nestjs/core';