[go: up one dir, main page]

Skip to content

Commit

Permalink
Delete unnecessary control code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarshin committed Jul 14, 2015
1 parent 704ea0b commit 75a0049
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 75a0049

Please sign in to comment.