Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Jiang committed Jul 15, 2024
1 parent fb541dd commit cabacf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This preset requires `unocss` version of **v0.56.0+**
:::

::: warning
This preset is based on is based on `@unocss/preset-wind` or `@unocss/preset-uno`, please make sure they are included in the `presets`, otherwise it won't work as expected.
This preset is based on `@unocss/preset-wind` or `@unocss/preset-uno`, please make sure they are included in the `presets`, otherwise it won't work as expected.
:::


Expand All @@ -45,7 +45,7 @@ In your UnoCSS config, add this preset to the `presets` option:

```ts
import { defineConfig, presetUno } from 'unocss' // v0.56.0 and above required
import presetAnimations from 'unocss-preset-animations' // [!code ++]
import { presetAnimations } from 'unocss-preset-animations' // [!code ++]
import type { Theme } from '@unocss/preset-uno'

export default defineConfig<Theme>({
Expand Down

0 comments on commit cabacf8

Please sign in to comment.