Skip to content

Commit bbf5712

Browse files
Update content/microservices/basics.md
Co-authored-by: John Biundo <[email protected]>
1 parent 0c11909 commit bbf5712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/microservices/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ To solve this problem you have to install [rxjs](https://github.com/ReactiveX/rx
360360
npm install rxjs
361361
```
362362

363-
Then just add a call of timeout method to the pipe:
363+
Then just use the `timeout` operator in the pipe:
364364

365365
```typescript
366366
@@filename()

0 commit comments

Comments
 (0)