[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request facebook#4377 from sugarshin/typo_docs
Browse files Browse the repository at this point in the history
Delete unnecessary control code.
  • Loading branch information
jimfb committed Jul 14, 2015
2 parents 704ea0b + 75a0049 commit 432d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/02-displaying-data.ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Reactのコンポーネントはとても単純です。それらは `props` や

上記のことを簡単に行うために、私たちはReactのツリーノードを構築するためのとても単純で、 **オプショナルな** HTMLに似たシンタックスを加えました。

**JSXはHTMLのシンタックスを使ってJavaScriptのオブジェクトを構築するのを可能にします。** 純粋にJavaScriptを使ってReactでリンクを構築するには、以下のように書きます。
**JSXはHTMLのシンタックスを使ってJavaScriptのオブジェクトを構築するのを可能にします。** 純粋にJavaScriptを使ってReactでリンクを構築するには、以下のように書きます。

`React.createElement('a', {href: 'https://facebook.github.io/react/'}, 'Hello!')`

Expand Down

0 comments on commit 432d887

Please sign in to comment.