Skip to content

Commit 339bd67

Browse files
authored
Fix typo direcltly -> directly (#436)
1 parent 7621752 commit 339bd67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/adapters/sql.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule Ecto.Adapters.SQL do
3939
4040
Generally speaking, you must invoke those functions directly from
4141
your repository, for example: `MyApp.Repo.query("SELECT true")`.
42-
You can also invoke them direcltly from `Ecto.Adapters.SQL`, but
42+
You can also invoke them directly from `Ecto.Adapters.SQL`, but
4343
keep in mind that in such cases features such as "dynamic repositories"
4444
won't be available.
4545

0 commit comments

Comments
 (0)