Skip to content

Commit

Permalink
Fix typo in get_dynamic_repo() doc (#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
moxley authored and José Valim committed Jul 18, 2019
1 parent 11b7c2d commit a1e3b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ defmodule Ecto.Repo do
@callback get_dynamic_repo() :: atom() | pid()

@doc """
Sets the dynamic repository to be used in further iteractions.
Sets the dynamic repository to be used in further interactions.
Sometimes you may want a single Ecto repository to talk to
many different database instances. By default, when you call
Expand Down

0 comments on commit a1e3b7a

Please sign in to comment.