diff options
-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 +``` |