chaijs / chaijs.github.io

The chaijs.com website source code. Contributions welcome.
http://chaijs.github.io
49 stars 71 forks source link

Fix typo in the docstring of isNotExtensible #140

Closed remarkablemark closed 7 years ago

remarkablemark commented 7 years ago

Fix Object.freeze misspelling.

See also https://github.com/chaijs/chai/pull/805

keithamus commented 7 years ago

Hey @remarkablemark - thanks for this, I'll close this for the same reasons as https://github.com/chaijs/chai/pull/805.

This was actually fixed via https://github.com/chaijs/chai/pull/629, but the change doesn't make its way into the Chai.js file until it's regenerated as part of a new version release. We plan on releasing 4.0 soon at which point the change will appear.