diff options
author | jamescott <jamescott@opscode.com> | 2013-10-11 20:00:43 -0700 |
---|---|---|
committer | jamescott <jamescott@opscode.com> | 2013-10-11 20:00:43 -0700 |
commit | 684c0837760d7963c8d77ceea44af497ef8e9c0c (patch) | |
tree | 9b8025ee35bfaa6a88a57d40b6f0af78e5188747 /lib | |
parent | c2517b67baa51176c14afa263cc68822b29ef9e7 (diff) | |
download | chef-684c0837760d7963c8d77ceea44af497ef8e9c0c.tar.gz |
Fix typo: "List you cookbook" should be "List your cookbook"
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/knife/cookbook_create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/cookbook_create.rb b/lib/chef/knife/cookbook_create.rb index 1812a15ed6..01bd8293f3 100644 --- a/lib/chef/knife/cookbook_create.rb +++ b/lib/chef/knife/cookbook_create.rb @@ -224,7 +224,7 @@ e.g. - +toaster+ - #{cookbook_name} needs toaster to brown your bagel. == Attributes -TODO: List you cookbook attributes here. +TODO: List your cookbook attributes here. e.g. ==== #{cookbook_name}::default |