diff --git a/plugins/fish-spec/README.md b/plugins/fish-spec/README.md index d135f36..0850422 100644 --- a/plugins/fish-spec/README.md +++ b/plugins/fish-spec/README.md @@ -82,7 +82,7 @@ expect $elements --to-contain-all "earth" "fire" "water" "air" * __--to-not-contain-all__ no `` values exist in `` list ```fish -expect $our_planets --to-not-not-contain-all "golomo" "borg prime" "rigel" "terra" +expect $our_planets --to-not-contain-all "golomo" "borg prime" "rigel" "terra" ``` * __--to-be-true__ the exit status should be _truthy_