Skip to content

Commit 43c384b

Browse files
authored
docs(develop): fix syntax (#5100)
1 parent 1173616 commit 43c384b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/documentation-site/patternfly-docs/content/get-started

packages/documentation-site/patternfly-docs/content/get-started/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PatternFly uses the [`@patternfly/react-styles` package](https://www.npmjs.com/p
9494
import '@patternfly/react-core/dist/styles/base.css';
9595
```
9696
97-
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`.
97+
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`.
9898
9999
## Develop with HTML/CSS
100100

0 commit comments

Comments
 (0)