From a4c04b04ccbd45e16b725ec49af16126cdc44a3c Mon Sep 17 00:00:00 2001 From: Filip Hlavac <50696716+fhlavac@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:23:31 +0200 Subject: [PATCH] fix(README): Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f74d9e9..20fa9a76 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ src ### Component's API rules: - prop names comply with PatternFly components naming standards (`variant`, `onClick`, `position`, etc.) - the API is maximally simplified and all props are provided with a description -- it is build on top of existing PatternFly types without prop omitting +- it is built on top of existing PatternFly types without prop omitting - 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`) - do not unnecessarily use external libraries in your component - rather, delegate the necessary logic to the component's user using the component's API