diff --git a/docs/theming/basics.md b/docs/theming/basics.md
index d12f551ef1e..1f8fc7db8a0 100644
--- a/docs/theming/basics.md
+++ b/docs/theming/basics.md
@@ -31,7 +31,7 @@ Ionic has two **modes** that are used to customize the look of components based
## CSS Variables
-The Ionic Framework components are themed using CSS properties (variables). CSS variables add dynamic values to an otherwise static language. This is something that has traditionally required a CSS preprocessor like Sass. The look of an application can easily be changed by changing the value of any of the [CSS Variables](css-variables.md) Ionic Framework provides.
+The Ionic Framework components are themed using CSS custom properties (variables). CSS variables add dynamic values to an otherwise static language. This is something that has traditionally required a CSS preprocessor like Sass. The look of an application can easily be changed by changing the value of any of the [CSS Variables](css-variables.md) Ionic Framework provides.
## CSS Shadow Parts