summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-16 10:19:13 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-16 10:19:13 -0700
commitb4e7913972e70b42e632a33930417fb37d2bddd1 (patch)
treea71ebf6c940cb97d112b4a9521d8279f4741dec8
parent281db195b81f2f156826bbb53cfaf36b0e80cf81 (diff)
downloadchef-b4e7913972e70b42e632a33930417fb37d2bddd1.tar.gz
Fix spelling mistake in release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f3c4efe5fb..b99e78ac30 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -45,7 +45,7 @@ end
#### chef-client Cookbook Future
-With the inclusion of the `chef_client_config` resource in Chef Infra Client 16.6, it is now possible to fully manage the Chef Infra Client without the need for the `chef-client` cookbook. We highly recommend using the `chef_client_config`, `chef_client_trusted_certicate`, and `chef_client_*` service resources to manage your clients instead of the `chef-client` cookbook. In the future we will mark that cookbook as deprecated, at which time it will no longer receive updates.
+With the inclusion of the `chef_client_config` resource in Chef Infra Client 16.6, it is now possible to fully manage the Chef Infra Client without the need for the `chef-client` cookbook. We highly recommend using the `chef_client_config`, `chef_client_trusted_certificate`, and `chef_client_*` service resources to manage your clients instead of the `chef-client` cookbook. In the future we will mark that cookbook as deprecated, at which time it will no longer receive updates.
Here's a sample of fully managing Linux hosts with the built-in resources: