From 3891eaee27432c6ed68c22fa4cf833ad5b16287a Mon Sep 17 00:00:00 2001 From: Adam Lynch Date: Mon, 16 Jun 2025 15:05:29 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ab8263..4d3a649 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,7 @@ To avoid troubles with the new initialization of components related to the same import React, { useEffect } from 'react'; import { resetGlobalState } from 'react-use-websocket'; -// insside second window opened via window.open +// inside second window opened via window.open export const ChildWindow = () => { useEffect(() => { window.addEventListener('unload', () => {