Skip to content

Commit

Permalink
Fix spelling in docs (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcvitty authored Sep 21, 2020
1 parent e1a54b3 commit a6fc507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ecto.migrations.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule Mix.Tasks.Ecto.Migrations do
* `--no-compile` - does not compile applications before running
* `--no-deps-check` - does not check depedendencies before running
* `--no-deps-check` - does not check dependencies before running
* `--migrations-path` - the path to load the migrations from, defaults to
`"priv/repo/migrations"`. This option may be given multiple times in which case the migrations
Expand Down

0 comments on commit a6fc507

Please sign in to comment.