Skip to content

Commit f0b7ca0

Browse files
authored
Fix documentation typo in Migrator (#349)
1 parent a5b4efd commit f0b7ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/migrator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defmodule Ecto.Migrator do
4343
directory that consists of your application code, all of its dependencies,
4444
plus the whole Erlang Virtual Machine (VM) and runtime.
4545
46-
When a release is assembled, Mix is not longer available inside a release
46+
When a release is assembled, Mix is no longer available inside a release
4747
and therefore none of the Mix tasks. Users may still need a mechanism to
4848
migrate their databases. This can be achieved with using the `Ecto.Migrator`
4949
module:

0 commit comments

Comments
 (0)