Skip to content

Commit 783bf88

Browse files
made a dummy change
1 parent c03f029 commit 783bf88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Ignore this rule if you're specifically describing an experimental proposal. Mak
8080
- No space between function names and parens (`method() {}` not `method () {}`).
8181
- When in doubt, use the default style favored by [Prettier](https://prettier.io/playground/).
8282
- Always capitalize React concepts such as Hooks, Effects, and Transitions.
83-
8483
### Highlighting
8584

8685
Use `js` as the highlighting language in Markdown code blocks:
@@ -131,6 +130,6 @@ function hello() {
131130
```
132131
````
133132

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.
135134

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 readers attention to important details that might otherwise be overlooked.

0 commit comments

Comments
 (0)