Skip to content

Commit

Permalink
Merge pull request #281 from dennisme/patch-1
Browse files Browse the repository at this point in the history
fix: remove dangling backtick
  • Loading branch information
joefitzgerald committed Apr 16, 2024
2 parents 081344f + 3d7ee65 commit d7cdf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Wrote `FakeMySpecialInterface` to `path/to/foo/foofakes/fake_my_special_interfac

### Using Test Doubles In Your Tests

Instantiate fakes`:
Instantiate fakes:

```go
import "my-repo/path/to/foo/foofakes"
Expand Down

0 comments on commit d7cdf9f

Please sign in to comment.