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 a37debf

Browse files
add code syntax to Fragment, delete redundant word
- <Fragment> is not currently rendering in the Preview in GitHub, it needs the code syntax with tildes ` - deleted redundant "unless" word and kept "until"
1 parent 940477f commit a37debf

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 によって変換されたページ (->オリジナル) /