Skip to content

Commit 35e1908

Browse files
committed
Fix typos in posts
1 parent bbef295 commit 35e1908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_posts/2014-10-16-react-v0.12-rc1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We have wanted to do this since before we even open sourced React. No more `/**
4141

4242
The React specific JSX transform no longer transforms to function calls. Instead we use `React.createElement` and pass it arguments. This allows us to make optimizations and better support React as a compile target for things like Om. Read more in the [React Elements introduction](/react/blog/2014/10/14/introducting-react-elements.html).
4343

44-
The result of this change is that we will no longer support arbitrary function calls. We understand that the ability to do was was a convenient shortcut for many people but we believe the gains will be worth it.
44+
The result of this change is that we will no longer support arbitrary function calls. We understand that the ability to do was a convenient shortcut for many people but we believe the gains will be worth it.
4545

4646

4747
### JSX Lower-case Convention

docs/_posts/2014-11-24-react-js-conf-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stick with the originally planned format and venue on Facebook's campus.
1717

1818
Unfortunately, this means that we can only accept a small number of the awesome
1919
conference talk proposals. In order to make sure attendees get a fair shot at
20-
registering, we're going to to sell tickets in three separate first-come,
20+
registering, we're going to sell tickets in three separate first-come,
2121
first-serve phases. **Tickets will cost $200 regardless of which phase they are
2222
purchased from and all proceeds will go to charity**.
2323

0 commit comments

Comments
 (0)