Fix link to websocketresponse.

This commit is contained in:
Dessalines 2021-08-23 11:18:08 -04:00
parent e2fe9478a8
commit 0fb3e3b7e4

View file

@ -72,7 +72,7 @@ import { UserOperation } from './interfaces/others';
/**
* Helps build lemmy websocket message requests, that you can use in your Websocket sends.
*
* You'll receive back a [[WebsocketResponse]].
* You'll receive back a [[WebSocketResponse]].
*
* The return types for these are given in [[LemmyHttp]]
*/