Skip to content

Commit

Permalink
docs(charts): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Jul 29, 2023
1 parent d9adff6 commit 119878e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/plugins/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Before continuing make sure that you have Tailwind CSS, Flowbite and ApexCharts

1. Follow the <a href="{{< ref "getting-started/quickstart" >}}">quickstart guide</a> from Flowbite to install the plugin styles and functionality

2. Set charts to true within the Flowbite Plugin opton from the Tailwind CSS configuration file:
2. Set charts to true within the Flowbite Plugin options from the Tailwind CSS configuration file:

```javascript
plugins: [
Expand All @@ -36,7 +36,7 @@ plugins: [
]
```

3. Make sure that you have ApexCharts installed and configured din your project:
3. Make sure that you have ApexCharts installed and configured in your project:

Install ApexChart via NPM and save it in your `package.json` file:

Expand Down

0 comments on commit 119878e

Please sign in to comment.