Skip to content

Commit e312026

Browse files
Merge pull request #2953 from itecompro/fix-in-place-word
docs(faq/serverless): fix 'in place' word
2 parents 2db8f46 + 683b50f commit e312026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ functions:
209209
210210
> info **Hint** To learn more about the Serverless framework, visit the [official documentation](https://www.serverless.com/framework/docs/).
211211
212-
With this place, we can now navigate to the `main.ts` file and update our bootstrap code with the required boilerplate:
212+
With this in place, we can now navigate to the `main.ts` file and update our bootstrap code with the required boilerplate:
213213

214214
```typescript
215215
import { NestFactory } from '@nestjs/core';

0 commit comments

Comments
 (0)