Fix typos, Runing -> Running

Found via `codespell -S deps -L neet`
This commit is contained in:
Kian-Meng Ang 2022-10-25 23:51:58 +08:00
parent 6f1c624e6d
commit ee0a332825

View File

@ -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 = [