summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-30 20:21:41 -0700
committerTim Smith <tsmith@chef.io>2018-08-31 17:17:24 -0700
commit847e3d49d572f4006f572b7d32fb7919eb45fecc (patch)
tree9875aa1d6e0a2e2107b5e677096014f52c6bd1b1
parent4cc2bf7ea0fe463aaeacd2ceb7f1873b91f12367 (diff)
downloadchef-847e3d49d572f4006f572b7d32fb7919eb45fecc.tar.gz
Fix typo in windows_task description
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/windows_task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_task.rb b/lib/chef/resource/windows_task.rb
index ccecb3a7a0..a8bae8430e 100644
--- a/lib/chef/resource/windows_task.rb
+++ b/lib/chef/resource/windows_task.rb
@@ -91,7 +91,7 @@ class Chef
description: "For :on_idle frequency, the time (in minutes) without user activity that must pass to trigger the task, from 1 - 999."
property :random_delay, [String, Integer],
- description: "Delays the task upto given time (in seconds)."
+ description: "Delays the task up to a given time (in seconds)."
property :execution_time_limit, [String, Integer],
description: "The maximum time (in seconds) the task will run.",