We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5663b8 commit ea9f2b3Copy full SHA for ea9f2b3
1 file changed
lib/ecto/adapters/sql/sandbox.ex
@@ -442,7 +442,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
442
you can change the mode to `{:shared, pid}`, where pid is the process
443
that owns the connection, most often `{:shared, self()}`. This makes it
444
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
+ current process. This is the mode you will run your sync tests in
446
447
Whenever you change the mode to `:manual` or `:auto`, all existing
448
connections are checked in. Therefore, it is recommend to set those
0 commit comments