summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-05 11:37:04 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commitd4c814337d83d852072b78bf172d401ada72a1f2 (patch)
tree964c3a96de68f0a832440f39db9c9677b4b0d861
parentf92296100f855e023b77b70650d4b435ea263b9d (diff)
downloadchef-d4c814337d83d852072b78bf172d401ada72a1f2.tar.gz
Fix a typo.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rwxr-xr-xtasks/docs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index f0aff0e32a..ef77cd03a9 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -11,7 +11,7 @@ namespace :docs_site do
require "fileutils"
require "yaml"
- # @return [String, nil] a pretty defaul value string or nil if we want to skip it
+ # @return [String, nil] a pretty default value string or nil if we want to skip it
def pretty_default(default)
return nil if default.nil? || default == "" || default == "lazy default"