We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
direcltly
directly
1 parent 7621752 commit 339bd67Copy full SHA for 339bd67
1 file changed
lib/ecto/adapters/sql.ex
@@ -39,7 +39,7 @@ defmodule Ecto.Adapters.SQL do
39
40
Generally speaking, you must invoke those functions directly from
41
your repository, for example: `MyApp.Repo.query("SELECT true")`.
42
- You can also invoke them direcltly from `Ecto.Adapters.SQL`, but
+ You can also invoke them directly from `Ecto.Adapters.SQL`, but
43
keep in mind that in such cases features such as "dynamic repositories"
44
won't be available.
45
0 commit comments