From 7d028b54536f34d61003af89895cf1ad205716c2 Mon Sep 17 00:00:00 2001 From: Brandon Zylstra <9854+brandonzylstra@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:11:16 -0500 Subject: [PATCH] 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.) --- .../tutorial/1-forms-css/2-colors/2-progressbar/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo/src/content/tutorial/1-forms-css/2-colors/2-progressbar/content.md b/docs/demo/src/content/tutorial/1-forms-css/2-colors/2-progressbar/content.md index 9b40e3dbe..4bd6a4814 100644 --- a/docs/demo/src/content/tutorial/1-forms-css/2-colors/2-progressbar/content.md +++ b/docs/demo/src/content/tutorial/1-forms-css/2-colors/2-progressbar/content.md @@ -12,7 +12,7 @@ template: default Although `accent-color` that we've set in the previous step already impacts this element, we can customize it even further! -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. +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. ```css add={2} progress {