summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_preference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/apt_preference.rb')
-rw-r--r--lib/chef/resource/apt_preference.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/apt_preference.rb b/lib/chef/resource/apt_preference.rb
index c4aea5d1ce..1c910c99a5 100644
--- a/lib/chef/resource/apt_preference.rb
+++ b/lib/chef/resource/apt_preference.rb
@@ -36,7 +36,7 @@ class Chef
validation_message: "The provided package name is not valid. Package names can only contain alphanumeric characters as well as _, -, +, or *!"
property :glob, String,
- description: "Pin by a `glob()` expression or with a regular expressions surrounded by `/`."
+ description: "Pin by a `glob()` expression or with a regular expression surrounded by `/`."
property :pin, String,
description: "The package version or repository to pin.",