From 8630b85a2056f77784dbb5e4a2201e93785bd8c2 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 10 May 2025 10:19:01 +1200 Subject: [PATCH] docs: improve grammar of sentence in migration guide --- docs/src/guide/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/migration.md b/docs/src/guide/migration.md index 6d91a81d..b9328ac4 100644 --- a/docs/src/guide/migration.md +++ b/docs/src/guide/migration.md @@ -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