Skip to content

Commit

Permalink
docs(productProjectionSearch): fix example code for fuzzy param
Browse files Browse the repository at this point in the history
  • Loading branch information
philippspo committed Dec 3, 2015
1 parent 75a139b commit 38239f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffee/services/product-projections.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ProductProjectionService extends BaseService
# Examples
#
# service = client.productProjections
# service.text('Sapphure', 'en').fuzzy(true).fetch() // will find product with SAPPHIRE as its name
# service.text('Sapphure', 'en').fuzzy(true).search() // will find product with SAPPHIRE as its name
fuzzy: (fuzzy = true) ->
@_params.query.fuzzy = fuzzy
debug 'setting fuzzy: %s', fuzzy
Expand Down

0 comments on commit 38239f1

Please sign in to comment.