From 04e56664a1bef0e6ce52ba14f7a17179d1b20d6d Mon Sep 17 00:00:00 2001 From: Evan Priestley Date: Tue, 15 Mar 2016 03:47:30 -0700 Subject: [PATCH] Fix an alignment issue in batch API documentation This key is only indented one space, but should be indented two spaces to align with the rest of the structure. --- docs/api/http-v1-batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/http-v1-batch.md b/docs/api/http-v1-batch.md index caf4ffbc..1ea1db7f 100644 --- a/docs/api/http-v1-batch.md +++ b/docs/api/http-v1-batch.md @@ -72,7 +72,7 @@ authentication info, regardless of how `lfs..access` is configured. < "size": 123, < "actions": { < "upload": { -< "href": "https://some-upload.com", +< "href": "https://some-upload.com", < "header": { < "Key": "value" < }