summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-11 13:19:47 -0700
committerGitHub <noreply@github.com>2019-06-11 13:19:47 -0700
commit7e96eb67c99c1a18f0ce8e6e7c0db60cb3399e94 (patch)
tree4118017fc4403ecdd03f41f562a00b583ee2cb85
parent86ccff25f80893b2faaaf5cbccbdede07c89ca64 (diff)
downloadchef-7e96eb67c99c1a18f0ce8e6e7c0db60cb3399e94.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 2c55271a84..3382f80457 100644
--- a/docs/dev/how_to/releasing_chef_infra.md
+++ b/docs/dev/how_to/releasing_chef_infra.md
@@ -32,7 +32,7 @@ If there are any new or updated resources the docs site will need to be updated.
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.
-5. Diff 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.
+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