Skip to content

Commit

Permalink
docs(en): fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
QC-L committed Jul 20, 2020
1 parent ff76d35 commit b4ae1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/conditional-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ReactDOM.render(

### 与运算符 && {#inline-if-with-logical--operator}

通过花括号包裹代码,你可以[在 JSX 中嵌入任何表达式](/docs/introducing-jsx.html#embedding-expressions-in-jsx)。这也包括 JavaScript 中的逻辑与 (&&) 运算符。它可以很方便地进行元素的条件渲染:
通过花括号包裹代码,你可以[在 JSX 中嵌入表达式](/docs/introducing-jsx.html#embedding-expressions-in-jsx)。这也包括 JavaScript 中的逻辑与 (&&) 运算符。它可以很方便地进行元素的条件渲染:

```js{6-10}
function Mailbox(props) {
Expand Down

0 comments on commit b4ae1eb

Please sign in to comment.