summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-28 07:53:48 -0700
committerGitHub <noreply@github.com>2020-04-28 07:53:48 -0700
commitf88b082ec34e90081304c495b1be9000f3c1c6b0 (patch)
tree59c1e76e88607a086f6fb93e03ea99f4dcb27118
parent655801dddff289352c8c0ec76055f7ead74be012 (diff)
downloadchef-f88b082ec34e90081304c495b1be9000f3c1c6b0.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjinglewski@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 e2a259a252..15d1d6f5ea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -451,7 +451,7 @@ eager_load_libraries 'helper_library.rb' # eager load just the the file helper_l
eager_load_libraries %w(helper_library_1.rb helper_library_2.rb) # eager load both helper_library_1.rb and helper_library_2.rb files
```
-Note: Unless you're experiencing performance issues in your libraries, we advise against changing the loading behavior.
+Note: Unless you are experiencing performance issues in your libraries, we advise against changing the loading behavior.
### always_dump_stacktrace client.rb option