Skip to content

Commit

Permalink
Merge pull request pact-foundation#183 from jrmhaig/fix_quotes
Browse files Browse the repository at this point in the history
docs: fix quotes in code snippet
  • Loading branch information
bethesque authored Oct 30, 2018
2 parents 6612c55 + bf9903a commit 47d3894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ end

```ruby
Pact.configure do | config |
config.pact_dir = `./spec/pacts`
config.pact_dir = './spec/pacts'
end
```

Expand Down

0 comments on commit 47d3894

Please sign in to comment.