We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ccf9b commit 683b50fCopy full SHA for 683b50f
content/faq/serverless.md
@@ -209,7 +209,7 @@ functions:
209
210
> info **Hint** To learn more about the Serverless framework, visit the [official documentation](https://www.serverless.com/framework/docs/).
211
212
-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:
213
214
```typescript
215
import { NestFactory } from '@nestjs/core';
0 commit comments