diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-21 13:26:35 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-07-21 13:26:35 -0700 |
commit | 6fac6a09774af1f77b616b9a549ef6e9cc7546b6 (patch) | |
tree | ba861bba7e98e24a12db30f5c1ea868e27e69c85 | |
parent | e4edd329b037e68edc07062664725d3a517535f8 (diff) | |
download | chef-6fac6a09774af1f77b616b9a549ef6e9cc7546b6.tar.gz |
Have -> has
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 14ed69ce80..2984bee9ca 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -304,7 +304,7 @@ Failures initializing Chef Infra Client on FIPS enabled PowerPC RHEL systems hav #### RPM Package Digests -The file digest in Chef Infra RPM packages have been updated from MD5 to SHA256 to prevent failures installing on some FIPS-enabled systems. +The file digest in Chef Infra RPM packages has been updated from MD5 to SHA256 to prevent failures installing on some FIPS-enabled systems. ### Security |