summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-11 13:20:30 -0700
committerGitHub <noreply@github.com>2019-06-11 13:20:30 -0700
commit2d8d914facbdb3213c215591160b18ee7c785328 (patch)
treef9b3d6975e674945f4c27d00c501d20e3aea547b
parentcfcf16431b3b6dd2fa39e020cfa607fa24038e7d (diff)
downloadchef-2d8d914facbdb3213c215591160b18ee7c785328.tar.gz
Update docs/dev/how_to/releasing_chef_infra.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
-rw-r--r--docs/dev/how_to/releasing_chef_infra.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/how_to/releasing_chef_infra.md b/docs/dev/how_to/releasing_chef_infra.md
index d2810fb8c3..84ac2201d5 100644
--- a/docs/dev/how_to/releasing_chef_infra.md
+++ b/docs/dev/how_to/releasing_chef_infra.md
@@ -31,7 +31,7 @@ If there are any new or updated resources the docs site will need to be updated.
1. Checkout the `doc_generator` branch in `chef/chef`
2. Rebase the branch against master
3. Run `bundle install`
-4. Run `bundle exec ./docs.rb`, which generates resouruce_FOO.rst files in the root of the git repo.
+4. Run `bundle exec ./docs.rb`, which generates resource_FOO.rst files in the root of the git repo.
5. Compare the relevant generated files with the docs site content in the `chef_master/source` directory. The generated files are missing some content, such as action descriptions, and don't have perfect formatting, so this is a bit of an art form.
## Release Chef Infra Client