build-your-own-angularjs
build-your-own-angularjs copied to clipboard
P96 typo
“ 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).