From 3ef7484c7e81b40741930734345a6b5452109cfc Mon Sep 17 00:00:00 2001 From: Frank van Wijk Date: Sat, 16 Jan 2016 23:00:45 +0100 Subject: [PATCH] docs(tutorial): Fix spelling error: succint is a misspelling of succinct. --- public/docs/ts/latest/tutorial/toh-pt4.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt4.jade b/public/docs/ts/latest/tutorial/toh-pt4.jade index ec94042910..f146fb156f 100644 --- a/public/docs/ts/latest/tutorial/toh-pt4.jade +++ b/public/docs/ts/latest/tutorial/toh-pt4.jade @@ -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!