not-an-aardvark / snoowrap

A JavaScript wrapper for the reddit API
MIT License
1.01k stars 125 forks source link

Typo in WikiPage `EditOptions` type declaration #352

Open JamesxX opened 2 years ago

JamesxX commented 2 years ago

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.

JamesxX commented 2 years ago

Resolved by https://github.com/not-an-aardvark/snoowrap/pull/338

Venefilyn commented 2 years ago

Until the issue is resolved by being merged to main branch it should be left open