diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-10 15:25:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 16:53:22 -0700 |
commit | 6e906e0ec25a5041ce05960d278be507d0793c4e (patch) | |
tree | c0ee249bbeea63a04d209c21aa64f89c59985cfa /docs | |
parent | 01446719068211f3f4e52f98aa5be2ad4b9dde24 (diff) | |
download | chef-6e906e0ec25a5041ce05960d278be507d0793c4e.tar.gz |
Remove the double of
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/design_documents/deprecations_in_resources.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/design_documents/deprecations_in_resources.md b/docs/dev/design_documents/deprecations_in_resources.md index f9cdabb2e2..367f234256 100644 --- a/docs/dev/design_documents/deprecations_in_resources.md +++ b/docs/dev/design_documents/deprecations_in_resources.md @@ -7,7 +7,7 @@ This design extends the deprecation functionality to custom resources, allowing ## Motivation As an author of custom resources, - I want to warn users of my resources of future breaking changes to resources, + I want to warn resource consumers of future breaking changes to resources, so that they can update their wrapper cookbooks before my next release. As an author of custom resources, @@ -65,4 +65,4 @@ in resources/example.rb ```ruby deprecated_property_alias :set, :set_impact, 'The set property has been renamed to set_impact. Set will be removed from this cookbook in the next release in April 2018.' -```
\ No newline at end of file +``` |