diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 45923b1d80..2578e671e1 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -67,7 +67,7 @@ figure.image-display Note that the submit button is disabled and the "required" bar to the left of the input control changed from green to red. .l-sub-section - p We'll' customize the colors and location of the "required" bar with standard CSS. + p We'll customize the colors and location of the "required" bar with standard CSS. :marked We will build this form in the following sequence of small steps