Skip to content

Commit 6f59d2e

Browse files
Fix typo in migration documentation (#1378)
1 parent 6e57e4b commit 6f59d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/oban/migration.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defmodule Oban.Migration do
7777
end
7878
```
7979
80-
The migration will create the "private" schema and all tables, functions and triggers within
80+
The migration will create the "private" schema and all tables, functions, and triggers within
8181
that schema. With the database migrated you'll then specify the prefix in your configuration:
8282
8383
```elixir
@@ -110,7 +110,7 @@ defmodule Oban.Migration do
110110
`mix ecto.migrate --log-migrations-sql`. That will log all of the generated SQL, which you can
111111
then paste into your migration system of choice.
112112
113-
Alternatively, if you'd like a more automated approach, try using the [oban_migations_sql][sql]
113+
Alternatively, if you'd like a more automated approach, try using the [oban_migrations_sql][sql]
114114
project to generate `up` and `down` SQL migrations for you.
115115
116116
[sql]: https://github.com/btwb/oban_migrations_sql

0 commit comments

Comments
 (0)