From 783bf88fe5714912adca4fc7761e39f91032fddd Mon Sep 17 00:00:00 2001 From: Vaishhhnavi77 <140955453+vaishnavinakhate@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:49:32 +0530 Subject: [PATCH] made a dummy change --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c7e5ec74c2..7908a90d53c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,6 @@ Ignore this rule if you're specifically describing an experimental proposal. Mak - No space between function names and parens (`method() {}` not `method () {}`). - When in doubt, use the default style favored by [Prettier](https://prettier.io/playground/). - Always capitalize React concepts such as Hooks, Effects, and Transitions. - ### Highlighting Use `js` as the highlighting language in Markdown code blocks: @@ -131,6 +130,6 @@ function hello() { ``` ```` -Be mindful that if you move some code in an example with highlighting, you also need to update the highlighting. +Be mindful that if you move code in an example with highlighting, you must also update the highlighting accordingly. -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. +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.