diff --git a/docs/data/material/experimental-api/pigment-css/pigment-css.md b/docs/data/material/experimental-api/pigment-css/pigment-css.md index a73d10bccbb41c..cdb267656b2ba2 100644 --- a/docs/data/material/experimental-api/pigment-css/pigment-css.md +++ b/docs/data/material/experimental-api/pigment-css/pigment-css.md @@ -130,12 +130,12 @@ const mainClass = css({ #### Creating global styles -Use the `globalCSS` API to define global styles to load across an entire app. +Use the `globalCss` API to define global styles to load across an entire app. You should define these at the top level of your JavaScript file: ```js -import { globalCSS } from '@pigment-css/react'; +import { globalCss } from '@pigment-css/react'; globalCss` body {