diff --git a/src/pages/docs/font-size.mdx b/src/pages/docs/font-size.mdx index 98c0ab1bb..720ebdfcd 100644 --- a/src/pages/docs/font-size.mdx +++ b/src/pages/docs/font-size.mdx @@ -24,55 +24,55 @@ Control the font size of an element using the `text-{size}` utilities.
The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
``` For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. diff --git a/src/pages/docs/font-smoothing.mdx b/src/pages/docs/font-smoothing.mdx index d49735ec4..308b29a15 100644 --- a/src/pages/docs/font-smoothing.mdx +++ b/src/pages/docs/font-smoothing.mdx @@ -20,7 +20,7 @@ Use the `subpixel-antialiased` utility to render text using subpixel antialiasin ```html lightBlue -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -32,7 +32,7 @@ Use the `antialiased` utility to render text using grayscale antialiasing. ```html emerald -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -44,7 +44,7 @@ To control the font smoothing of an element at a specific breakpoint, add a `{sc ```html- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.
``` diff --git a/src/pages/docs/font-style.mdx b/src/pages/docs/font-style.mdx index 337bd380c..2bc57b762 100644 --- a/src/pages/docs/font-style.mdx +++ b/src/pages/docs/font-style.mdx @@ -20,7 +20,7 @@ Use the `italic` utility to make text italic. ```html emerald -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -32,7 +32,7 @@ Use the `not-italic` utility to display text normally. This is typically used to ```html amber -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -44,7 +44,7 @@ To control the font style of an element at a specific breakpoint, add a `{screen ```html- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.
``` diff --git a/src/pages/docs/font-weight.mdx b/src/pages/docs/font-weight.mdx index 4a6a54987..823db428d 100644 --- a/src/pages/docs/font-weight.mdx +++ b/src/pages/docs/font-weight.mdx @@ -23,39 +23,39 @@ Control the font weight of an element using the `font-{weight}` utilities.The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
``` For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. diff --git a/src/pages/docs/letter-spacing.mdx b/src/pages/docs/letter-spacing.mdx index 4b0f1dbbf..f5eb7b374 100644 --- a/src/pages/docs/letter-spacing.mdx +++ b/src/pages/docs/letter-spacing.mdx @@ -22,27 +22,27 @@ Control the letter spacing of an element using the `tracking-{size}` utilities..tracking-tighter
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
.tracking-tight
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
.tracking-normal
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
.tracking-wide
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
.tracking-wider
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
.tracking-widest
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
``` For more information about Tailwind's responsive design features, check out the [Responsive Design](/docs/responsive-design) documentation. diff --git a/src/pages/docs/text-color.mdx b/src/pages/docs/text-color.mdx index fadf9a0c5..9f6570876 100644 --- a/src/pages/docs/text-color.mdx +++ b/src/pages/docs/text-color.mdx @@ -34,7 +34,7 @@ Control the text color of an element using the `text-{color}` utilities. ```html- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.
@@ -48,11 +48,11 @@ Control the opacity of an element's text color using the `text-opacity-{amount}` ```htmlThe quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -32,7 +32,7 @@ Use the `line-through` utility to strike out text. ```html rose -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -58,7 +58,7 @@ To control the text decoration of an element at a specific breakpoint, add a `{s ```html- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.
``` diff --git a/src/pages/docs/text-opacity.mdx b/src/pages/docs/text-opacity.mdx index 37fdf7439..8a864126a 100644 --- a/src/pages/docs/text-opacity.mdx +++ b/src/pages/docs/text-opacity.mdx @@ -17,11 +17,11 @@ Control the opacity of an element's text color using the `text-opacity-{amount}` ```htmlThe quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
-The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -32,7 +32,7 @@ Use the `uppercase` utility to uppercase text. ```html purple -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -44,7 +44,7 @@ Use the `lowercase` utility to lowercase text. ```html rose -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -56,7 +56,7 @@ Use the `capitalize` utility to capitalize text. ```html fuchsia -The quick brown fox jumped over the lazy dog.
+The quick brown fox jumps over the lazy dog.
The quick brown fox ...
@@ -68,7 +68,7 @@ To control the text transformation of an element at a specific breakpoint, add a ```html- The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.
``` diff --git a/src/pages/docs/vertical-align.mdx b/src/pages/docs/vertical-align.mdx index a412d23de..ff6dab5ba 100644 --- a/src/pages/docs/vertical-align.mdx +++ b/src/pages/docs/vertical-align.mdx @@ -26,7 +26,7 @@ Use `align-baseline` to align the baseline of an element with the baseline of it - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -44,7 +44,7 @@ Use `align-top` to align the top of an element and its descendants with the top - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -62,7 +62,7 @@ Use `align-middle` to align the middle of an element with the baseline plus half - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -80,7 +80,7 @@ Use `align-bottom` to align the bottom of an element and its descendants with th - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -98,7 +98,7 @@ Use `align-text-top` to align the top of an element with the top of the parent e - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog. @@ -116,7 +116,7 @@ Use `align-text-bottom` to align the bottom of an element with the bottom of the - The quick brown fox jumped over the lazy dog. + The quick brown fox jumps over the lazy dog.