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.
2 parents 2db8f46 + 683b50f commit e312026Copy full SHA for e312026
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