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

Commit fe5c605

Browse files
fvanwijkwardbell
authored andcommitted
docs(tutorial): typo: succint -> succinct.
closes #711
1 parent 6f1d2e9 commit fe5c605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt4.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ code-example(format="." language="html").
306306
.l-sub-section
307307
:marked
308308
The [ES2015 arrow function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions)
309-
in the callback is more succint than the equivalent function expression and gracefully handles *this*.
309+
in the callback is more succinct than the equivalent function expression and gracefully handles *this*.
310310
:marked
311311
Our callback sets the component's `heroes` property to the array of heroes returned by the service. That's all there is to it!
312312

0 commit comments

Comments
 (0)