aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installing/manual_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md
index 586ad68a0..0214f9510 100644
--- a/installing/manual_install.md
+++ b/installing/manual_install.md
@@ -322,7 +322,7 @@ Run the following to get the server running:
bundle exec rails server --environment=development
By default the server listens on all interfaces. You can restrict it to the
-localhost interface by adding ` --binding=127.0.0.1`
+localhost interface by adding `--binding=127.0.0.1`
The server should have told you the URL to access in your browser to see the
site in action.