Skip to content

Commit 22b3d78

Browse files
authored
Merge pull request rails#43894 from yahonda/diag43892
Update Rails startup screenshot at Rails Guide
2 parents c01de08 + 4f08d9d commit 22b3d78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
53.3 KB
Loading

guides/source/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,14 @@ This will start up Puma, a web server distributed with Rails by default. To see
247247
your application in action, open a browser window and navigate to
248248
<http://localhost:3000>. You should see the Rails default information page:
249249

250-
![Yay! You're on Rails! screenshot](images/getting_started/rails_welcome.png)
250+
![Rails startup page screenshot](images/getting_started/rails_welcome.png)
251251

252252
When you want to stop the web server, hit Ctrl+C in the terminal window where
253253
it's running. In the development environment, Rails does not generally
254254
require you to restart the server; changes you make in files will be
255255
automatically picked up by the server.
256256

257-
The "Yay! You're on Rails!" page is the _smoke test_ for a new Rails
257+
The Rails startup page is the _smoke test_ for a new Rails
258258
application: it makes sure that you have your software configured correctly
259259
enough to serve a page.
260260

0 commit comments

Comments
 (0)