Skip to content

Commit 3419e0d

Browse files
committed
Merge pull request #3689 from joshcrews/spelling_fix
spelling `miliseconds` -> `milliseconds`
2 parents 3c145b7 + d60b395 commit 3419e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ defmodule ExUnit do
121121
4. or set it to infinity per run by calling "mix test --trace"
122122
(useful when using IEx.pry)
123123
124-
Timeouts are given as integers in miliseconds.
124+
Timeouts are given as integers in milliseconds.
125125
"""
126126
end
127127
end

0 commit comments

Comments
 (0)