Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
byjpr authored Nov 6, 2018
1 parent 8954238 commit a144b47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this example we do not allow the vendors `Example2` to be shipped to the US.

```ruby
VENDOR_NOOP_US = ['Example2']
NOOP_US = ['US']d
NOOP_US = ['US']

CAMPAIGNS = [
RemoveLineItemsCampaign.new(VENDOR_NOOP_US, NOOP_US)
Expand Down

0 comments on commit a144b47

Please sign in to comment.