summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-23 14:50:15 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-23 14:50:15 -0700
commitdbbd4b294f8f79e38f1684a03e7b9269c1846bec (patch)
tree6dac74ffa81cb981ace3075377cb3278bce44d9c
parentaf7c024564429cf9b903521353775ce06568f4f9 (diff)
downloadchef-docs_improve.tar.gz
Minor alignment fixdocs_improve
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/apt_repository.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/apt_repository.rb b/lib/chef/resource/apt_repository.rb
index 8b3991251e..33a9435ae4 100644
--- a/lib/chef/resource/apt_repository.rb
+++ b/lib/chef/resource/apt_repository.rb
@@ -36,7 +36,7 @@ class Chef
examples <<~DOC
**Add repository with basic settings**:
- ```ruby
+ ```ruby
apt_repository 'nginx' do
uri 'http://nginx.org/packages/ubuntu/'
components ['nginx']