diff --git a/README.md b/README.md index 83561c508..fdf9a96c5 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ _If you run into issues with builds try running `yarn clean` and then start agai
Seeing `WebSocket connection to 'wss://localhost:9997/ws' failed` error messages in your console? -You need to install a SSL certificate for localhost as the one provided by [webpack-dev-server is considered invalid](https://github.com/webpack/webpack-dev-server/issues/2957). This step is optional as `react-refresh` will still function without it, but it's a good idea to try and fix this error because otherwise your browser will be making a lot of failed requests and `webpack-dev-server` might not be functioning to its full capabilities. +You need to install an SSL certificate for localhost as the one provided by [webpack-dev-server is considered invalid](https://github.com/webpack/webpack-dev-server/issues/2957). This step is optional as `react-refresh` will still function without it, but it's a good idea to try and fix this error because otherwise your browser will be making a lot of failed requests and `webpack-dev-server` might not be functioning to its full capabilities. A relatively simple way of doing this is using [mkcert](https://github.com/FiloSottile/mkcert) diff --git a/packages/secure-background/src/transports/ToSecureUITransportSender.ts b/packages/secure-background/src/transports/ToSecureUITransportSender.ts index 7bd0ad90c..8910ffd8c 100644 --- a/packages/secure-background/src/transports/ToSecureUITransportSender.ts +++ b/packages/secure-background/src/transports/ToSecureUITransportSender.ts @@ -20,7 +20,7 @@ import type { const logger = getLogger("secure-ui ToSecureUITransportSender"); -// Forwarder does not set its own origin and instead expects a origin to exist on the request. +// Forwarder does not set its own origin and instead expects an origin to exist on the request. export class ToSecureUITransportSender< X extends SECURE_EVENTS, R extends SecureRequestType = undefined