Skip to content

Commit 6e62bd8

Browse files
committed
typo
1 parent 45c43fe commit 6e62bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule HttpRouter.Mixfile do
2525
{ :xml_builder, "~> 0.0.5" },
2626
{ :earmark, "~> 0.1.10", only: :docs },
2727
{ :ex_doc, "~> 0.6.1", only: :docs },
28-
{ :inch_ci, only: :docs },
28+
{ :inch_ex, only: :docs },
2929
{ :excoveralls, "~> 0.3.4", only: :test },
3030
{ :dialyze, "~> 0.1.3", only: :test } ]
3131
end

0 commit comments

Comments
 (0)