Skip to content

Commit 7d028b5

Browse files
remove extra verb and correct pronoun
"it" is used to refer to a previously used *noun*, but "that" can refer to an *idea* that was just described. (There are exceptions, of course, but this is the general pattern.)
1 parent 6c31d71 commit 7d028b5

File tree

1 file changed

+1
-1
lines changed
  • docs/demo/src/content/tutorial/1-forms-css/2-colors/2-progressbar

1 file changed

+1
-1
lines changed

docs/demo/src/content/tutorial/1-forms-css/2-colors/2-progressbar/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ template: default
1212

1313
Although `accent-color` that we've set in the previous step already impacts this element, we can customize it even further!
1414

15-
Let's start by setting removing the border from the element. As you do it, you will notice that it will also change other aspects of the default appearance, like the height and radius.
15+
Let's start by removing the border from the element. As you do that, you will notice that it will also change other aspects of the default appearance, like the height and radius.
1616

1717
```css add={2}
1818
progress {

0 commit comments

Comments
 (0)