Fix typo [skip ci] (#72)
"Runing" -> "Running" Found via `codespell -S deps -L neet`
This commit is contained in:
parent
4c7748394d
commit
9d13d60a25
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defmodule Farside.Application do
|
|||
def start(_type, _args) do
|
||||
redis_conn = Application.fetch_env!(:farside, :redis_conn)
|
||||
farside_port = Application.fetch_env!(:farside, :port)
|
||||
IO.puts "Runing on http://localhost:#{farside_port}"
|
||||
IO.puts "Running on http://localhost:#{farside_port}"
|
||||
IO.puts "Redis conn: #{redis_conn}"
|
||||
|
||||
children = [
|
||||
|
|
Loading…
Reference in a new issue