diff --git a/files/en-us/web/css/gradient/conic-gradient/index.md b/files/en-us/web/css/gradient/conic-gradient/index.md index 547f56923ef536b..4747e7ab3fbad46 100644 --- a/files/en-us/web/css/gradient/conic-gradient/index.md +++ b/files/en-us/web/css/gradient/conic-gradient/index.md @@ -261,7 +261,7 @@ In this example for interpolation hsl color system is being used and hue is bein The box on the left uses [shorter interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#shorter) so color goes straight from red to blue taking short arc on [color wheel](/en-US/docs/Glossary/Color_wheel). And the box on the right uses [longer interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#longer) so the color goes from red to blue via green taking longer arc. -{{EmbedLiveSample('Interpolation in polor color space with hue interpolation methods', 240, 200)}} +{{EmbedLiveSample('Interpolation with hue interpolation methods', 240, 200)}} ### More conic-gradient examples diff --git a/files/en-us/web/css/gradient/linear-gradient/index.md b/files/en-us/web/css/gradient/linear-gradient/index.md index b1b3cc8e448547d..770285b72a69159 100644 --- a/files/en-us/web/css/gradient/linear-gradient/index.md +++ b/files/en-us/web/css/gradient/linear-gradient/index.md @@ -203,7 +203,7 @@ In this example for interpolation hsl color system is being used and hue is bein The box on the top uses [shorter interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#shorter) so color goes straight from red to blue taking short arc on [color wheel](/en-US/docs/Glossary/Color_wheel). And the box on the bottom uses [longer interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#longer) so the color goes from red to blue via green taking longer arc. -{{EmbedLiveSample("Interpolation in polor color space with hue interpolation methods", 120, 120)}} +{{EmbedLiveSample("Interpolation with hue interpolation methods", 120, 120)}} ### Gradient with multi-position color-stops diff --git a/files/en-us/web/css/gradient/radial-gradient/index.md b/files/en-us/web/css/gradient/radial-gradient/index.md index f0a8c0c40564bcc..7acf8dd730211b1 100644 --- a/files/en-us/web/css/gradient/radial-gradient/index.md +++ b/files/en-us/web/css/gradient/radial-gradient/index.md @@ -174,7 +174,7 @@ In this example for interpolation hsl color system is being used and hue is bein The box on the left uses [shorter interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#shorter) so color goes straight from red to blue taking short arc on [color wheel](/en-US/docs/Glossary/Color_wheel). And the box on the right uses [longer interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#longer) so the color goes from red to blue via green taking longer arc. -{{EmbedLiveSample('Interpolation in polor color space with hue interpolation methods', 240, 200)}} +{{EmbedLiveSample('Interpolation with hue interpolation methods', 240, 200)}} ### More radial-gradient examples diff --git a/files/en-us/web/css/gradient/repeating-conic-gradient/index.md b/files/en-us/web/css/gradient/repeating-conic-gradient/index.md index 56ce5990a262f04..f5f552813d8cc12 100644 --- a/files/en-us/web/css/gradient/repeating-conic-gradient/index.md +++ b/files/en-us/web/css/gradient/repeating-conic-gradient/index.md @@ -211,7 +211,7 @@ In this example for interpolation hsl color system is being used and hue is bein The box on the left uses [shorter interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#shorter) so color goes straight from red to blue taking short arc on [color wheel](/en-US/docs/Glossary/Color_wheel). And the box on the right uses [longer interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#longer) so the color goes from red to blue via green taking longer arc. -{{EmbedLiveSample('Interpolation in polor color space with hue interpolation methods', 240, 200)}} +{{EmbedLiveSample('Interpolation with hue interpolation methods', 240, 200)}} ### More repeating-conic-gradient examples diff --git a/files/en-us/web/css/gradient/repeating-linear-gradient/index.md b/files/en-us/web/css/gradient/repeating-linear-gradient/index.md index aef9264f5e6419f..7452303aa607bd6 100644 --- a/files/en-us/web/css/gradient/repeating-linear-gradient/index.md +++ b/files/en-us/web/css/gradient/repeating-linear-gradient/index.md @@ -180,7 +180,7 @@ In this example for interpolation hsl color system is being used and hue is bein The box on the top uses [shorter interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#shorter) so color goes straight from red to blue taking short arc on [color wheel](/en-US/docs/Glossary/Color_wheel). And the box on the bottom uses [longer interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#longer) so the color goes from red to blue via green taking longer arc. -{{EmbedLiveSample("Interpolation in polor color space with hue interpolation methods", 120, 120)}} +{{EmbedLiveSample("Interpolation with hue interpolation methods", 120, 120)}} > **Note:** Please see [Using CSS gradients](/en-US/docs/Web/CSS/CSS_images/Using_CSS_gradients) for more examples. diff --git a/files/en-us/web/css/gradient/repeating-radial-gradient/index.md b/files/en-us/web/css/gradient/repeating-radial-gradient/index.md index ef7e42a40db6214..97278890c3d3eb4 100644 --- a/files/en-us/web/css/gradient/repeating-radial-gradient/index.md +++ b/files/en-us/web/css/gradient/repeating-radial-gradient/index.md @@ -170,7 +170,7 @@ In this example for interpolation hsl color system is being used and hue is bein The box on the left uses [shorter interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#shorter) so color goes straight from red to blue taking short arc on [color wheel](/en-US/docs/Glossary/Color_wheel). And the box on the right uses [longer interpolation](/en-US/docs/Web/CSS/hue-interpolation-method#longer) so the color goes from red to blue via green taking longer arc. -{{EmbedLiveSample('Interpolation in polor color space with hue interpolation methods', 240, 200)}} +{{EmbedLiveSample('Interpolation with hue interpolation methods', 240, 200)}} > **Note:** Please see [Using CSS gradients](/en-US/docs/Web/CSS/CSS_images/Using_CSS_gradients) for more examples.