From 687bb3ca682e213080302eda99dee0cd340b28c7 Mon Sep 17 00:00:00 2001 From: Michael Frister Date: Mon, 27 Feb 2017 12:31:39 +0100 Subject: Docs: Tags: Fix typo in parent_ids in example response --- doc/api/tags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/tags.md b/doc/api/tags.md index 7f78ffc2390..5b611158b0a 100644 --- a/doc/api/tags.md +++ b/doc/api/tags.md @@ -26,7 +26,7 @@ Parameters: "committer_email": "jack@example.com", "id": "2695effb5807a22ff3d138d593fd856244e155e7", "message": "Initial commit", - "parents_ids": [ + "parent_ids": [ "2a4b78934375d7f53875269ffd4f45fd83a84ebe" ] }, @@ -110,7 +110,7 @@ Parameters: "committer_email": "jack@example.com", "id": "2695effb5807a22ff3d138d593fd856244e155e7", "message": "Initial commit", - "parents_ids": [ + "parent_ids": [ "2a4b78934375d7f53875269ffd4f45fd83a84ebe" ] }, -- cgit v1.2.1