Skip to content

Commit

Permalink
chore: fix some typo (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChen928 committed Aug 23, 2022
1 parent d4c1481 commit 545f783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vue-cli4/unocss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import presetAttributify from '@unocss/preset-attributify'
import presetUno from '@unocss/preset-uno'
import { defineConfig } from '@unocss/config'
import { defineConfig } from 'unocss'

export default defineConfig({
presets: [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface CliOptions {
watch?: boolean
config?: string

// genreate options
// generate options
preflights?: boolean
minify?: boolean
}
Expand Down

0 comments on commit 545f783

Please sign in to comment.