Explorar el Código

TLDR009 Page should contain a newline at end of file, fix.

Mo Alamin hace 7 años
padre
commit
f5cd6460df
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/common/rails.md

+ 2 - 2
pages/common/rails.md

@@ -14,10 +14,10 @@
 
 `rails server`
 
-- Start local server for current project on a specified port:
+- Start local server for current project on a specified port (while in projects root directory):
 
 `rails server -p "{{port_number}}"`
 
 - Open console to interact with applicaiton from command line (while in projects root directory):
 
-`rails console`
+`rails console`