From 07393538f8b622976ea2e235ede6aae0c105ba0e Mon Sep 17 00:00:00 2001 From: ensi <66754841+ncor@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:48:41 +0300 Subject: [PATCH] docs: fix typo --- src/combine-events/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/combine-events/readme.md b/src/combine-events/readme.md index 6ce053ac..54cbafa2 100644 --- a/src/combine-events/readme.md +++ b/src/combine-events/readme.md @@ -15,7 +15,7 @@ Use `combineEvents({ events })` with patronum < 2.1.0 ### Motivation -Method allows to trigger event when all of given events are triggered, with payloads ov given events +Method allows to trigger event when all of given events are triggered, with payloads of given events :::note Consider using stores with combine in case of lazy-loaded modules, as they could miss some updates happened before module loaded