summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2013-07-08 11:25:40 -0700
committerNathan Rajlich <nathan@tootallnate.net>2013-07-08 11:25:40 -0700
commited5324687ef6cc8bebcbe418301c3f06346f20ae (patch)
tree3e896267ac74bdf1d544fc2ab333056510f4695f
parent99a7e78e7789a1a0de31c493605abf0a0f35312a (diff)
downloadnode-new-ed5324687ef6cc8bebcbe418301c3f06346f20ae.tar.gz
doc: fix bad markdown parsing in list
-rw-r--r--doc/api/tls.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index 92a2bcd7fa..33a9f86cca 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -55,7 +55,7 @@ exceeded. The limits are configurable:
- `tls.CLIENT_RENEG_LIMIT`: renegotiation limit, default is 3.
- `tls.CLIENT_RENEG_WINDOW`: renegotiation window in seconds, default is
- 10 minutes.
+ 10 minutes.
Don't change the defaults unless you know what you are doing.