From 292e6044f2381d08d6d23218fbcdafb1fad78544 Mon Sep 17 00:00:00 2001 From: Katie McFaul Date: Mon, 10 Aug 2026 11:27:00 -0400 Subject: [PATCH] docs(develop): fix syntax --- .../patternfly-docs/content/get-started/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation-site/patternfly-docs/content/get-started/develop.md b/packages/documentation-site/patternfly-docs/content/get-started/develop.md index c2e5a895ab..2056931945 100644 --- a/packages/documentation-site/patternfly-docs/content/get-started/develop.md +++ b/packages/documentation-site/patternfly-docs/content/get-started/develop.md @@ -94,7 +94,7 @@ PatternFly uses the [`@patternfly/react-styles` package](https://www.npmjs.com/p import '@patternfly/react-core/dist/styles/base.css'; ``` -Importing css directly from the PatternFly HTML/CSS library while using PatternFly React may result in duplicated stylesheets in the browser as PatternFly React already pulls in styles internally via `@patternfly/react-styles`. +Importing CSS directly from the PatternFly HTML/CSS library while using PatternFly React may result in duplicated stylesheets in the browser as PatternFly React already pulls in styles internally via `@patternfly/react-styles`. ## Develop with HTML/CSS