BenDMyers/serverless-contrast-starter

fix parenthesis in jsdoc @type

wommy opened this issue · 3 comments

wommy commented

* @type {(eleventyConfig: EleventyConfig)) => EleventyReturnValue}

seems like theres one too many closing parentheses before the arrow?
EleventyConfig)) => EleventyReturnValue

i dont know much about TS so imma just stay outta this one

wommy commented

of course i find the documentation one minute after i post

11ty/eleventy#2089 (reply in thread)

im still leaning towards it being a typo

Good catch - thank you @wommy! Fixed in c564418