docs(tutorial): typo: succint -> succinct.

closes #711
This commit is contained in:
Frank van Wijk 2016-01-16 23:00:45 +01:00 committed by Ward Bell
parent 6f1d2e9cd7
commit fe5c605090
1 changed files with 1 additions and 1 deletions

View File

@ -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!