Skip to content

Commit fe2905a

Browse files
authored
Fix grammar in reusing-styles.mdx (#1906)
Fixed a grammar issue in the ‘Multi-cursor editing’ section by adding the verb ‘is’ to make the sentence sound more grammatically correct.
1 parent af6d47a commit fe2905a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/reusing-styles.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If the styles you need to reuse only need to be reused within a single file, mul
6060

6161
### Multi-cursor editing
6262

63-
When duplication is localized to a group of elements in a single file, the easiest way to deal with it to use [multi-cursor editing](https://code.visualstudio.com/docs/editor/codebasics#_multiple-selections-multicursor) to quickly select and edit the class list for each element at once:
63+
When duplication is localized to a group of elements in a single file, the easiest way to deal with it is to use [multi-cursor editing](https://code.visualstudio.com/docs/editor/codebasics#_multiple-selections-multicursor) to quickly select and edit the class list for each element at once:
6464

6565
<MultiCursorDemo />
6666

0 commit comments

Comments
 (0)