From ac1b7caa2c1a6a4fe2c05b291e441b3a80d871d0 Mon Sep 17 00:00:00 2001 From: Omair Nabiel Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] Update pagination.md (#610) fix: typo lool to loop --- docs/recipes/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/pagination.md b/docs/recipes/pagination.md index ac851b27..7b439c8a 100644 --- a/docs/recipes/pagination.md +++ b/docs/recipes/pagination.md @@ -12,7 +12,7 @@ replayer.addEvent(NEW_EVENT); When calling the `addEvent` API to add a new event, rrweb will resolve its timestamp and replay it as need. -If you need to load several events, you can do a lool like this: +If you need to load several events, you can do a loop like this: ```js const replayer = new rrweb.Replayer(events);