From a82a612e2cd1053ef7c6dabb70e8a92301a77bca Mon Sep 17 00:00:00 2001 From: Jerome Cheng <1589030+jcheng31@users.noreply.github.com> Date: Fri, 13 Apr 2018 21:55:35 +0800 Subject: [PATCH] Fix indentation of code block in Consul Secrets Engine docs (#4350) The indentation of the code block in the Consul Secrets Engine doc was removed in #4224, but the closing backticks remained indented one level, resulting in the block swallowing all text after it. Removing the indentation from the closing backticks fixes this. --- website/source/docs/secrets/consul/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/secrets/consul/index.html.md b/website/source/docs/secrets/consul/index.html.md index 47e21c62e..77855f91f 100644 --- a/website/source/docs/secrets/consul/index.html.md +++ b/website/source/docs/secrets/consul/index.html.md @@ -84,7 +84,7 @@ lease_id consul/creds/my-role/b2469121-f55f-53c5-89af-a3ba52b1d6d8 lease_duration 768h lease_renewable true token 642783bf-1540-526f-d4de-fe1ac1aed6f0 - ``` +``` ## API