summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-02-02 16:20:51 -0800
committerGitHub <noreply@github.com>2021-02-02 16:20:51 -0800
commitc7b378d3efd4fc27cc69be14e1772280753e8871 (patch)
tree2bf448861e967985699ca4b5a3933ea74b9d3f12
parent5e303d14ad250191ca585ed31e7aa972289c5105 (diff)
downloadchef-c7b378d3efd4fc27cc69be14e1772280753e8871.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@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 501154f989..9084b05ab2 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -59,7 +59,7 @@ Note: In the upcoming release of Chef Workstation you'll be able to skip the `bo
#### Knife Bootstrapping Without Sudo
-The `knife boostrap` command now supports elevating privileges on systems without `sudo` by using the `su` command isntead. Use the new `--su-user` and `--su-password` flags to specify credentials for `su`.
+The `knife boostrap` command now supports elevating privileges on systems without `sudo` by using the `su` command instead. Use the new `--su-user` and `--su-password` flags to specify credentials for `su`.
### Resource Updates