There are a couple of typos in the docstring for the cb parameter in cljs.js/eval:
The word "will" has a typo as "wil".
The phrase "a :error key" is used. Perhaps "an :error key", but in other places in the same file, this is avoided by using "a key :error".
fixed https://github.com/clojure/clojurescript/commit/27046fc69cc720a14d3319d803766a9f651ba8e9
There are a couple of typos in the docstring for the cb parameter in cljs.js/eval:
The word "will" has a typo as "wil".
The phrase "a :error key" is used. Perhaps "an :error key", but in other places in the same file, this is avoided by using "a key :error".