From e2aeea51a67beadf04b6d74a3be2928f014283ef Mon Sep 17 00:00:00 2001 From: Sebastian Bean Date: Tue, 2 Dec 2014 19:23:12 -0500 Subject: [PATCH] is ES7 a thing? --- docs/docs/06-transferring-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/06-transferring-props.md b/docs/docs/06-transferring-props.md index d846dcecfba..cc670f8fdf1 100644 --- a/docs/docs/06-transferring-props.md +++ b/docs/docs/06-transferring-props.md @@ -20,7 +20,7 @@ If you don't use JSX, you can use any object helper such as ES6 `Object.assign` return Component(Object.assign({}, this.props, { more: 'values' })); ``` -The rest of this tutorial explains best practices. It uses JSX and experimental ES7 syntax. +The rest of this tutorial explains best practices. It uses JSX and experimental ES6 syntax. ## Manual Transfer