Skip to content

Commit 14a6cf5

Browse files
authored
Fixed wrong reference to ES6 instead of ES5
Fixed wrong reference to ES6 instead of ES5
1 parent 313db0e commit 14a6cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-02/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ While JSX looks like HTML, it is actually just a terser way to write a `React.cr
7575
```
7676

7777
> The `class extends` syntax we used in our first React component is ES6 syntax. It allows us to write objects using a familiar Object-Oriented style.
78-
> In ES6, the `class` syntax might be translated as:
78+
> In ES5, the `class` syntax might be translated as:
7979
>
8080
> ```javascript
8181
> var HelloWorld = function() {}

0 commit comments

Comments
 (0)