Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cattori <pcattori@gmail.com>
  • Loading branch information
markdalgleish and pcattori authored Feb 1, 2024
1 parent baabc0d commit 5477daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/future/presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The config returned by each preset is merged in the order they were defined. Any

## Using a preset

Presets are designed to be published to npm and consumed within your Vite config. For example, Remix ships with a preset for Cloudflare:
Presets are designed to be published to npm and used within your Vite config. For example, Remix ships with a preset for Cloudflare:

```ts filename=vite.config.ts lines=[3,10]
import {
Expand Down

0 comments on commit 5477daa

Please sign in to comment.