Skip to content

Commit

Permalink
Fix typo (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodapopcan authored Feb 18, 2023
1 parent be4c612 commit af56f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Mox do
API calls. How to do so?
First, it is important to define the `WeatherAPI` behaviour that we want
to mock. And we will define a proxy functions that will dispatch to
to mock. And we will define a proxy function that will dispatch to
the desired implementation:
defmodule MyApp.WeatherAPI do
Expand Down

0 comments on commit af56f70

Please sign in to comment.