snoowrap
snoowrap copied to clipboard
Typo in WikiPage `EditOptions` type declaration
https://github.com/not-an-aardvark/snoowrap/blob/fdf5c2af0443cfc3e6ee544445aaa46e602d4f1b/src/objects/WikiPage.d.ts#L32
Reads perviousRevision
rather than previousRevision
. Underlying javascript does not have the typo, only the typescript declaration.
Resolved by https://github.com/not-an-aardvark/snoowrap/pull/338
Until the issue is resolved by being merged to main branch it should be left open