diff options
author | hsmtkk <hsmtkk@users.noreply.github.com> | 2017-08-15 22:37:41 +0900 |
---|---|---|
committer | René Moser <mail@renemoser.net> | 2017-08-15 15:37:41 +0200 |
commit | 3f9d6aa0f1767e712916b10738c44b7c12fedcd2 (patch) | |
tree | 93e0998b7138fef2b2ddca0ddd59fd199ddfe364 /docs/docsite | |
parent | 0c4706897c577c31748fd95327938e43c1b7161b (diff) | |
download | ansible-3f9d6aa0f1767e712916b10738c44b7c12fedcd2.tar.gz |
doc: fix a typo (#28215)
Diffstat (limited to 'docs/docsite')
-rw-r--r-- | docs/docsite/rst/network_debug_troubleshooting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/network_debug_troubleshooting.rst b/docs/docsite/rst/network_debug_troubleshooting.rst index 274ea11ce9..a111229d7f 100644 --- a/docs/docsite/rst/network_debug_troubleshooting.rst +++ b/docs/docsite/rst/network_debug_troubleshooting.rst @@ -359,7 +359,7 @@ For example: Suggestions to resolve: Options 1: -Increase value of command timeout in configuration file or by setting enviornment variable. +Increase value of command timeout in configuration file or by setting environment variable. Note: This value should be less than persistent connection idle timeout ie. connect_timeout .. code-block:: yaml |