From cf19ccb85a064a2cfcfc5227cbae2f54a936607a Mon Sep 17 00:00:00 2001 From: Gall Steinitz Date: Sun, 4 Aug 2024 22:50:58 -0700 Subject: [PATCH] Fix typo on rails getting-started 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