summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-10 15:25:17 -0700
committerMary Jinglewski <mjinglewski@chef.io>2019-04-12 15:06:10 -0400
commit55974f734f2466348e4176ee99b101af04753f5c (patch)
treee6aa523ad472140fd7df94a5a2f5543796dc2196
parent689f9165f6bce2582ce93f76a4f869def0acbca7 (diff)
downloadchef-55974f734f2466348e4176ee99b101af04753f5c.tar.gz
Remove the double of
Signed-off-by: Tim Smith <tsmith@chef.io>
-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
+```