Update pagination.md (#610)

fix: typo lool to loop
This commit is contained in:
Omair Nabiel
2026-04-01 12:00:00 +08:00
committed by GitHub
parent de16040917
commit ac1b7caa2c

View File

@@ -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);