Skip to content

Commit ea9f2b3

Browse files
authored
Added missing word to mode/2 docs (#340)
1 parent e5663b8 commit ea9f2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/adapters/sql/sandbox.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
442442
you can change the mode to `{:shared, pid}`, where pid is the process
443443
that owns the connection, most often `{:shared, self()}`. This makes it
444444
so all processes can use the same connection as the one owner by the
445-
current process. This is the mode you will your sync tests in
445+
current process. This is the mode you will run your sync tests in
446446
447447
Whenever you change the mode to `:manual` or `:auto`, all existing
448448
connections are checked in. Therefore, it is recommend to set those

0 commit comments

Comments
 (0)