P96 typo
Opened this issue · 0 comments
jasontwuk commented
“ it('inherits the parent's properties', function() { “
should be “ it(“inherits the parent's properties”, function() { “
The single quotation marks in the original statement should be changed to double quotation marks, because they conflict with the apostrophe (parent's).