Skip to content

Commit e5c8831

Browse files
committed
Formatting
An extra "`" snuck in there.
1 parent a778bf2 commit e5c8831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/2014-03-28-the-road-to-1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is really connected to everything. We want to keep the API as simple as pos
2020

2121
## ES6
2222

23-
Before we even launched React publicly, members of the team were talking about how we could leverage ES6, namely classes`, to improve the experience of creating React components. Calling `React.createClass(...)` isn't great. We don't quite have the right answer here yet, but we're close. We want to make sure we make this as simple as possible. It could look like this:
23+
Before we even launched React publicly, members of the team were talking about how we could leverage ES6, namely classes, to improve the experience of creating React components. Calling `React.createClass(...)` isn't great. We don't quite have the right answer here yet, but we're close. We want to make sure we make this as simple as possible. It could look like this:
2424

2525
```js
2626
class MyComponent extends React.Component {

0 commit comments

Comments
 (0)