Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(tutorial): Fix spelling error in ToH tutorial pt4 #711

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/tutorial/toh-pt4.jade
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ code-example(format="." language="html").
.l-sub-section
:marked
The [ES2015 arrow function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
in the callback is more succint than the equivalent function expression and gracefully handles *this*.
in the callback is more succinct than the equivalent function expression and gracefully handles *this*.
:marked
Our callback sets the component's `heroes` property to the array of heroes returned by the service. That's all there is to it!

Expand Down