Skip to content

Commit 6b8cf86

Browse files
authored
fix(README): Update README.md (#351)
1 parent 4455f30 commit 6b8cf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ src
6868
### Component's API rules:
6969
- prop names comply with PatternFly components naming standards (`variant`, `onClick`, `position`, etc.)
7070
- the API is maximally simplified and all props are provided with a description
71-
- it is build on top of existing PatternFly types without prop omitting
71+
- it is built on top of existing PatternFly types without prop omitting
7272
- it is well documented using the PatternFly documentation (`/packages/module/patternfly-docs/content/extensions/component-groups/examples/MyComponent/MyComponent.md`) with examples of all possible use cases (`packages/module/patternfly-docs/content/extensions/component-groups/examples/MyComponent/MyComponent[...]Example.tsx`)
7373
- do not unnecessarily use external libraries in your component - rather, delegate the necessary logic to the component's user using the component's API
7474

0 commit comments

Comments
 (0)