Skip to content

Commit cd1372a

Browse files
committed
Simplify rails s explanation
1 parent 8e3ca80 commit cd1372a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sites/en/installfest/create_a_rails_app.step

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ step "Create a new Rails app" do
3232
tip "Shortcut: Just type 'rails s'" do
3333
message <<-MARKDOWN
3434
Throughout your Rails programming career you're going to type `rails server` a
35-
lot. In fact, you'll type this so much that DHH and the Rails Core team
36-
decided to save you 5 keystrokes per server restart. Simply typing `rails s`
37-
is the same as `rails server`.
35+
lot. Simply typing `rails s` is the same as `rails server`.
3836
MARKDOWN
3937
end
4038

0 commit comments

Comments
 (0)