build-your-own-angularjs icon indicating copy to clipboard operation
build-your-own-angularjs copied to clipboard

P96 typo

Open jasontwuk opened this issue 5 years ago • 0 comments

“ 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).

jasontwuk avatar Jul 30 '19 16:07 jasontwuk