Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b738c40

Browse files
Merge pull request #328 from oscartorres-10/patch-1
fix(Question 31): add code syntax to Fragment, delete redundant word
2 parents ca52c61 + a37debf commit b738c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ class ParentComponent extends React.Component {
12971297
}
12981298
```
12991299
1300-
Usually, you don't need to use **<Fragment>** until unless there is a need of _key_ attribute. The usage of shorter syntax looks like below.
1300+
Usually, you don't need to use `<Fragment>` until there is a need of _key_ attribute. The usage of shorter syntax looks like below.
13011301
13021302
```jsx harmony
13031303
function Story({ title, description, date }) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /