Skip to content

Commit 9d5e833

Browse files
Update content/websockets/gateways.md
1 parent 9519bb3 commit 9d5e833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/websockets/gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm i --save-dev @types/socket.io
2020
$ npm i --save @nestjs/websockets @nestjs/platform-socket.io
2121
```
2222

23-
> warning **Warning** `@nestjs/platform-socket.io` currently depends on socket.io v2.3 and socket.io v3.0 client and server are not backwards compatible. However, can implement a custom adapter to use socket.io v3.0. Please refer to [this issue](https://github.com/nestjs/nest/issues/5676) for further information.
23+
> warning **Warning** `@nestjs/platform-socket.io` currently depends on socket.io v2.3 and socket.io v3.0 client and server are not backward compatible. However, you can still implement a custom adapter to use socket.io v3.0. Please refer to [this issue](https://github.com/nestjs/nest/issues/5676) for further information.
2424
2525
#### Overview
2626

0 commit comments

Comments
 (0)