Skip to content

Commit 8921283

Browse files
committed
change 'conjunctions' to 'contractions'
1 parent 9d598c3 commit 8921283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
150150
- Always use double quotes (`"`) for JSX attributes, but single quotes for all other JS. eslint: [`jsx-quotes`](http://eslint.org/docs/rules/jsx-quotes)
151151
152-
> Why? JSX attributes [can't contain escaped quotes](http://eslint.org/docs/rules/jsx-quotes), so double quotes make conjunctions like `"don't"` easier to type.
152+
> Why? JSX attributes [can't contain escaped quotes](http://eslint.org/docs/rules/jsx-quotes), so double quotes make contractions like `"don't"` easier to type.
153153
> Regular HTML attributes also typically use double quotes instead of single, so JSX attributes mirror this convention.
154154

155155
```jsx

0 commit comments

Comments
 (0)