dmonad/lib0

Typo: 'repitition' to 'repetition'

jayaddison opened this issue · 2 comments

Describe the bug
Super small issue, but I noticed a typo here:

"test-extensive": "node test.js && npm test -- --repitition-time 30000 --extensive",

--repitition-time should be --repetition-time (s/i/e)

Additional context
I considered opening a pull request to fix this, but it looks like it's used from a few dependent libraries that you have r/w access to, so it might be quicker to clean up centrally. Glad to help if I can though!

I'm a bit embarrassed about this 😅

Thanks for noticing. I make these kinds of mistakes a lot if I don't use a spellchecker.

No problem :)