summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:08:57 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:08:57 -0700
commit41158aa7b56f5492c6309c5c997250e446138a6c (patch)
treea1eae9cee9f8c8c03d990abc0405a9ad155f93e9
parent11e15b2cea814ecf8c984bd5778f3cf10b4c7767 (diff)
downloadchef-41158aa7b56f5492c6309c5c997250e446138a6c.tar.gz
[ci skip] typo in RELEASE_NOTES
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4d4443fd5e..f4e9d6a348 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -159,7 +159,7 @@ matches what the user types in the DSL) or with empty brackets (`apt_update[]` -
### The knife ssh command applies the same fuzzifier as knife search node
-A bare name to knife search node will search for the name in `tags`, `roles`, `fqdn`, `addresses`, `policy_name` or `policy_group` fields and wil
+A bare name to knife search node will search for the name in `tags`, `roles`, `fqdn`, `addresses`, `policy_name` or `policy_group` fields and will
match when given partial strings. The `knife ssh` search term has been similarly extended so that the search API matches in both cases. The
node search fuzzifier has also been extracted out to a `fuzz` option to Chef::Search::Query for re-use elsewhere.