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 {