ScottHamper / Cookies

JavaScript Client-Side Cookie Manipulation Library
The Unlicense
1.77k stars 170 forks source link

docs: Fix simple typo, expecations -> exceptions #87

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in tests/lib/jasmine-1.3.1/jasmine.js.

Should read exceptions rather than expecations.

ScottHamper commented 4 years ago

Thanks, but this is a typo in a dependency, not in Cookies.js itself - this is the wrong place to report/fix the typo. It also looks like Jasmine is up to version 3.5.0 now, so hopefully they've already found and fixed the issue.