summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-09-11 12:49:37 -0700
committerGitHub <noreply@github.com>2019-09-11 12:49:37 -0700
commitd87c0072188d7c2f53d85ee9f37cb7244ec09b0d (patch)
tree13eab8842ad27c7f211b12fe9f7502fe0ca8fe1c
parent2951c1914e57d6ad1daa159711195cf649bd6f36 (diff)
downloadchef-d87c0072188d7c2f53d85ee9f37cb7244ec09b0d.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 8717bfdc3b..eb068f3278 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -60,7 +60,7 @@ The `password` property is now set to sensitive to prevent the password from bei
#### gid property can now be a string
-The `gid` property now allowed specifying the user's gid as a string. For example:
+The `gid` property now allows specifying the user's gid as a string. For example:
```ruby
user 'tim' do