Skip to content

Commit 683b50f

Browse files
committed
docs(faq/serverless): fix 'in place' word
1 parent 87ccf9b commit 683b50f

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)