Skip to content

Commit 60e56b8

Browse files
melcorrleSamo
authored andcommittedJul 27, 2023
typo
s/ehancements/enhancements
1 parent 75ad930 commit 60e56b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To contribute to docs and run the docs developemnt environment, please follow th
2121

2222
## Treeshaking PF with babel plugin
2323

24-
Patternfly packages require some ehancements to be done in order to properly treeshake your bundles. You can either use direct imports or plugin that does that for you, there are actually 2 plugins to do this
24+
Patternfly packages require some enhancements to be done in order to properly treeshake your bundles. You can either use direct imports or plugin that does that for you, there are actually 2 plugins to do this
2525
* [babel-plugin-import](https://www.npmjs.com/package/babel-plugin-import) - easy setup, however not that extensible
2626
* [babel-plugin-transform-imports](https://www.npmjs.com/package/babel-plugin-transform-imports) - harder to setup, but allows custom rules
2727

0 commit comments

Comments
 (0)
Please sign in to comment.