Skip to content

Commit 7ce09c4

Browse files
authored
Fix typo (#27)
1 parent 1ac99d0 commit 7ce09c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ecto/adapters/sqlite3.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule Ecto.Adapters.SQLite3 do
3535
`:incremental`. Depending on the database size, `:incremental` may be
3636
beneficial.
3737
* `:locking_mode` - Defaults to `:normal`. Allowed values are `:normal` or
38-
`:exclusive`. See [sqlite documenation][1] for more information.
38+
`:exclusive`. See [sqlite documentation][1] for more information.
3939
* `:secure_delete` - Defaults to `:off`. Can be `:off` or `:on`. If `:on`, it will cause SQLite3
4040
to overwrite records that were deleted with zeros.
4141
* `:wal_auto_check_point` - Sets the write-ahead log auto-checkpoint
@@ -45,7 +45,7 @@ defmodule Ecto.Adapters.SQLite3 do
4545
Default is `2000`.
4646
* `:pool_size` - the size of the connection pool. Defaults to `5`.
4747
48-
For more information about the options above, see [sqlite documenation][1]
48+
For more information about the options above, see [sqlite documentation][1]
4949
5050
### Differences between SQLite and Ecto SQLite defaults
5151

0 commit comments

Comments
 (0)