Skip to content

Commit da3eb59

Browse files
authored
Merge pull request airbnb#961 from idugcoal/master
Change 'conjunctions' to 'contractions'
2 parents 9d598c3 + 8921283 commit da3eb59

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)