Skip to content

Commit 741c248

Browse files
authored
fix: whitespace changes to trigger prereleases (#9702)
1 parent 198d75d commit 741c248

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/react-charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package provides PatternFly charting components for [PatternFly][patternfly
44

55
### Prerequisite
66

7-
#### Node Environment
7+
#### Node Environment
88

99
This project currently supports Node [Active LTS](https://github.com/nodejs/Release#release-schedule) releases. Please stay current with Node Active LTS when developing patternfly-react.
1010

packages/react-code-editor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package provides a PatternFly wrapper for the Monaco code editor
44

5-
### Prerequisite
5+
### Prerequisite
66

77
#### Node Environment
88

packages/react-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project provides the React core components for the [PatternFly project](htt
1212
2. [Contribution guidelines](#Contribution-guidelines)
1313
3. [License](#License)
1414

15-
### Setup
15+
### Setup
1616
Before you begin, check out this [overview of PatternFly](http://patternfly.org/get-started/about) to get familiar with the basic elements of the design system. These instructions also assume that an existing React project is set up. For more information on how to do this, please see our main [README](https://github.com/patternfly/patternfly-react/tree/main/README.md#setup).
1717

1818
#### Install the @patternfly/react-core NPM package

packages/react-icons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PatternFly Icons as React Components.
44

5-
## Usage
5+
## Usage
66

77
```jsx
88
import TimesIcon from '@patternfly/react-icons/dist/esm/icons/times-icon';

packages/react-styles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Library that provides CSS-in-JS capabilities
44

5-
#### Example
5+
#### Example
66

77
```jsx
88
import { css } from '@patternfly/react-styles';

packages/react-table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package provides Table PatternFly components based on [PatternFly][patternfly]
44

5-
### Prerequisite
5+
### Prerequisite
66

77
#### Node environment
88

packages/react-tokens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @patternfly/react-tokens
22

3-
## Installation
3+
## Installation
44

55
```bash
66
yarn add @patternfly/react-tokens

0 commit comments

Comments
 (0)