summaryrefslogtreecommitdiff
path: root/docs/dev/design_documents/deprecations_in_resources.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-10 15:25:17 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:53:22 -0700
commit6e906e0ec25a5041ce05960d278be507d0793c4e (patch)
treec0ee249bbeea63a04d209c21aa64f89c59985cfa /docs/dev/design_documents/deprecations_in_resources.md
parent01446719068211f3f4e52f98aa5be2ad4b9dde24 (diff)
downloadchef-6e906e0ec25a5041ce05960d278be507d0793c4e.tar.gz
Remove the double of
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs/dev/design_documents/deprecations_in_resources.md')
-rw-r--r--docs/dev/design_documents/deprecations_in_resources.md4
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
+```