Skip to content

Commit

Permalink
Update docs to CQL 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos authored Mar 19, 2021
1 parent c0649a1 commit e30feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Back on CodePen, update the code with the next example:

<script>
function showOffers() {
croct.evaluate("cart is not empty and (no item in cart satisfies item's name matches 'Combo')")
croct.evaluate("cart is not empty and no item in cart satisfies item's name matches 'Combo'")
.then(eligible => {
if (!eligible) {
alert('No eligible offers.');
Expand Down

0 comments on commit e30feee

Please sign in to comment.