Skip to content

Commit

Permalink
Merge pull request #2953 from itecompro/fix-in-place-word
Browse files Browse the repository at this point in the history
docs(faq/serverless): fix 'in place' word
  • Loading branch information
kamilmysliwiec authored Jan 26, 2024
2 parents 2db8f46 + 683b50f commit e312026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/faq/serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e312026

Please sign in to comment.