Skip to content

Commit

Permalink
Merge pull request #1241 from ryoppippi/docs
Browse files Browse the repository at this point in the history
docs(setup): correct a small grammar mistake
  • Loading branch information
samchon committed Aug 23, 2024
2 parents 77bff43 + 3d3133c commit 02344c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ For reference, there are a couple of ways to integrate `unplugin-typia` into you
<Tab>
<Callout type="info">
You can use any plugins with [`unplugin-typia`](#unplugin-typia) in Vite (including [`@vitejs/plugin-react-swc`](https://github.com/vitejs/vite-plugin-react-swc)).
`unplugin-typia` process the TypeScript code before transforming it to JavaScript, so it can be used with any plugins.
`unplugin-typia` processes the TypeScript code before transforming it to JavaScript, so it can be used with any plugins.
</Callout>
```typescript filename="vite.config.ts" copy showLineNumbers
import UnpluginTypia from '@ryoppippi/unplugin-typia/vite'
Expand Down

0 comments on commit 02344c1

Please sign in to comment.