You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,6 @@ Ignore this rule if you're specifically describing an experimental proposal. Mak
80
80
- No space between function names and parens (`method() {}` not `method () {}`).
81
81
- When in doubt, use the default style favored by [Prettier](https://prettier.io/playground/).
82
82
- Always capitalize React concepts such as Hooks, Effects, and Transitions.
83
-
84
83
### Highlighting
85
84
86
85
Use `js` as the highlighting language in Markdown code blocks:
@@ -131,6 +130,6 @@ function hello() {
131
130
```
132
131
````
133
132
134
-
Be mindful that if you move some code in an example with highlighting, you also need to update the highlighting.
133
+
Be mindful that if you move code in an example with highlighting, you must also update the highlighting accordingly.
135
134
136
-
Don't be afraid to often use highlighting! It is very valuable when you need to focus the reader's attention on a particular detail that's easy to miss.
135
+
Don't hesitate to use highlighting frequently! It’s a powerful tool for drawing the reader’s attention to important details that might otherwise be overlooked.
0 commit comments