Skip to content

Commit 2992322

Browse files
committed
Tweak wording re: es6 and bundler translation
1 parent 6555d46 commit 2992322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ One thing to keep in mind: `CommonJS` uses the `require()` function to import mo
5353

5454
## Learning ES6
5555

56-
Outside of JSX (which you learned in the React tutorial), you may see some funny syntax in React examples. This is called ES6, and it’s the latest version of JavaScript so you may not have learned it yet. Since it’s so new, it’s not supported in browsers yet, but your bundler will translate it for you.
56+
Outside of JSX (which you learned in the React tutorial), you may see some funny syntax in React examples. This is called ES6, and it’s the latest version of JavaScript so you may not have learned it yet. Since it’s so new, it’s not supported in browsers yet, but your bundler can translate it for you with the proper configuration.
5757

5858
If you just want to get things done with React, **you can skip learning ES6**, or try to pick it up along the way.
5959

0 commit comments

Comments
 (0)