Skip to content

Commit

Permalink
Fix broken link, fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Mar 5, 2023
1 parent e8b5031 commit 9e5fe9d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function mergeWebpackConfig(
removePluginsFromWebpackConfig(resultingWebpackConfig, remove);
}

// Add after removing to preserve any plugins explicitely added via the Craco config
// Add after removing to preserve any plugins explicitly added via the Craco config
if (add) {
addPlugins(resultingWebpackConfig, add);
}
Expand Down
2 changes: 1 addition & 1 deletion website/plugins/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here is a list of some CRACO plugins maintained by the community.
- [craco-image-optimizer-plugin](https://github.com/kkulbae/craco-image-optimizer-plugin) by [@kkulbae](https://github.com/kkulbae)
- [craco-interpolate-html-plugin](https://github.com/kkulbae/craco-interpolate-html-plugin) by [@kkulbae](https://github.com/kkulbae)
- [craco-less](https://github.com/DocSpring/craco-less) by [@DocSpring](https://github.com/DocSpring)
- [craco-linaria](https://github.com/jedmao/craco-linaria) by [jedmao](https://github.com/jedmao)
- [craco-linaria](https://github.com/jednano/craco-linaria) by [jednano](https://github.com/jednano)
- [craco-parameter-decorator](https://github.com/org-redtea/craco-parameter-decorator) by [@Hokid](https://github.com/Hokid)
- [craco-plugin-env](https://github.com/ponjs/craco-plugin-env) by [@ponjs](https://github.com/ponjs)
- [craco-plugin-react-hot-reload](https://github.com/HasanAyan/craco-plugin-react-hot-reload) by [@hasanayan](https://github.com/hasanayan)
Expand Down
2 changes: 1 addition & 1 deletion website/recipes/use-ant-design.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use Ant Design

```js title="craco.config.js"
// Offical documentation available at: https://github.com/FormAPI/craco-antd
// Official documentation available at: https://github.com/FormAPI/craco-antd

module.exports = {
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion website/recipes/use-less-loader.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use less-loader

```js title="craco.config.js"
// Offical documentation available at: https://github.com/FormAPI/craco-less
// Official documentation available at: https://github.com/FormAPI/craco-less

module.exports = {
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion website/recipes/use-linaria.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use Linaria

```js title="craco.config.js"
// Offical documentation available at: https://github.com/jedmao/craco-linaria
// Official documentation available at: https://github.com/jednano/craco-linaria

module.exports = {
plugins: [{ plugin: require('craco-linaria') }],
Expand Down

0 comments on commit 9e5fe9d

Please sign in to comment.