Skip to content

Commit 28b0ef2

Browse files
authored
Fix typo in callbacks docs (#14252)
1 parent 8a57552 commit 28b0ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_unit/lib/ex_unit/callbacks.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defmodule ExUnit.Callbacks do
6363
* a keyword list or map
6464
* a tuple in the shape of `{:ok, keyword() | map()}`
6565
66-
If a keyword list or map is returned, it be merged into the current context
66+
If a keyword list or map is returned, it will be merged into the current context
6767
and will be available in all subsequent `setup_all`, `setup`, and the `test`
6868
itself.
6969

0 commit comments

Comments
 (0)