summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-11 15:30:24 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:53:22 -0700
commit8ec58e418bc4272517811d6d623c11f6cd5ebcb9 (patch)
treea33c2af6c11abb0a9eecbef1882436c39ab89aa6 /docs
parent02b2e2c9fcbdfcb4ccb14265e454611bddc3f782 (diff)
downloadchef-8ec58e418bc4272517811d6d623c11f6cd5ebcb9.tar.gz
Fix an odd sentence
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/design_documents/client_exit_codes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/design_documents/client_exit_codes.md b/docs/dev/design_documents/client_exit_codes.md
index 404bc77996..b196c531e3 100644
--- a/docs/dev/design_documents/client_exit_codes.md
+++ b/docs/dev/design_documents/client_exit_codes.md
@@ -1,6 +1,6 @@
# Chef-Client Exit Codes
-Signal outside tools of specific Chef-Client run status. Ability to determine results of a Chef-Client run.
+Chef-client exit codes signal outside tools to the result of the Chef-Client run.
## Motivation