Update pagination.md (#610)

fix: typo lool to loop
This commit is contained in:
Omair Nabiel
2021-07-02 12:43:41 +05:00
committed by GitHub
parent 924c8991da
commit 67ef7d57cf

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