From a9b0165b5c3c822728e91d9cb0dc98aa53279e23 Mon Sep 17 00:00:00 2001 From: hiro Date: Sat, 14 Sep 2024 23:01:14 +0900 Subject: [PATCH] fix(typo): globalCSS -> globalCss --- .../data/material/experimental-api/pigment-css/pigment-css.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {