summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-30 12:16:41 -0700
committerGitHub <noreply@github.com>2019-05-30 12:16:41 -0700
commit3335736bb474da04a083b62a78c892d038b5675e (patch)
tree7d3f0f64d855d4b71ffe16a17faa2c1058b80c24
parent6668b8818e355f408d9efaeb6602bd9c540fa387 (diff)
downloadchef-3335736bb474da04a083b62a78c892d038b5675e.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 43e48405b1..7eb85866bd 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -30,7 +30,7 @@ The `delete_resource` helper now works properly when the resource you're attempt
## Helpers Help Everywhere
-Various helper have been moved into Chef Infra Client's `universal` class, which makes them available anywhere in your cookbook not, not just recipes. If you've ever been confused why something like `search`, `powershell_out`, or `data_bag_item` didn't work somewhere in your code, that should be resolved now.
+Various helpers have been moved into Chef Infra Client's `universal` class, which makes them available anywhere in your cookbook, not just recipes. If you've ever been confused why something like `search`, `powershell_out`, or `data_bag_item` didn't work somewhere in your code, that should be resolved now.
## Deprecations