Skip to content

Commit

Permalink
Fix typo, intermitent -> intermittent (#161)
Browse files Browse the repository at this point in the history
Found via `codespell -S deps,_build`
  • Loading branch information
kianmeng committed Jan 6, 2023
1 parent 4aa366c commit 2d31013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix_ecto/sql/sandbox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ defmodule Phoenix.Ecto.SQL.Sandbox do
testing navigates away from a page or aborts a AJAX request
while the request process is talking to the database, it
will corrupt the database connection and make the test fail.
Therefore, to avoid intermitent tests, we recommend trapping
Therefore, to avoid intermittent tests, we recommend trapping
exits in the request process, so all database connections shut
down cleanly. You can disable this behaviour by setting the
option to false.
Expand Down

0 comments on commit 2d31013

Please sign in to comment.