File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments