From fd3e0bb83cea4299b8d8d48372348d4d0f010984 Mon Sep 17 00:00:00 2001 From: Gall Steinitz Date: Tue, 6 Aug 2024 04:29:07 -0700 Subject: [PATCH] Fix typo on rails getting-started (#1737) It said "respond with "Y" or press enter" to the question of "do you want to make change) but the default is "N" and it says changes aren't needed, so clearly the intent was "respond with "Y"" --- rails/getting-started/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails/getting-started/index.html.md b/rails/getting-started/index.html.md index ab03630da6..821d754d0d 100644 --- a/rails/getting-started/index.html.md +++ b/rails/getting-started/index.html.md @@ -93,7 +93,7 @@ Tigris: (not requested) ``` For demo purposes you can accept the defaults. You can always change these later. -So respond with "Y" (or simply press enter). +So respond with "N" (or simply press enter). This will take a few seconds as it uploads your application, builds a machine image, deploys the images, and then monitors to ensure it starts successfully. Once complete