From 67ef7d57cff76b31ff247dcea3e154b1167b29ea Mon Sep 17 00:00:00 2001 From: Omair Nabiel Date: Fri, 2 Jul 2021 12:43:41 +0500 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);