Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Have in mind that this is optional, as both approaches can coexist without issue

When migrating from [Webpacker], start by following the [guide] to get a [basic setup][sourceCodeDir] working before proceeding to migrate existing code.

During installation, Vite Ruby detect if the `app/javascript` directory exists,
During installation, Vite Ruby checks if the `app/javascript` directory exists,
and use that in your `config/vite.json` instead of the [default][sourceCodeDir].

```json
Expand Down