Skip to content

Commit fd3e0bb

Browse files
authored
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""
1 parent efc15bd commit fd3e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails/getting-started/index.html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Tigris: <none> (not requested)
9393
```
9494

9595
For demo purposes you can accept the defaults. You can always change these later.
96-
So respond with "Y" (or simply press enter).
96+
So respond with "N" (or simply press enter).
9797

9898
This will take a few seconds as it uploads your application, builds a machine image,
9999
deploys the images, and then monitors to ensure it starts successfully. Once complete

0 commit comments

Comments
 (0)