From 6a5e4f6373b46ac382b961f5b4e70d490902b870 Mon Sep 17 00:00:00 2001 From: "piumn.l" Date: Fri, 26 Oct 2018 07:42:54 +0000 Subject: [PATCH] `Create a new tag` json Missing a comma --- doc/api/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tags.md b/doc/api/tags.md index f2a3f9f28d2..826900ca518 100644 --- a/doc/api/tags.md +++ b/doc/api/tags.md @@ -134,7 +134,7 @@ Parameters: "description": "Amazing release. Wow" }, "name": "v1.0.0", - "target: "2695effb5807a22ff3d138d593fd856244e155e7", + "target": "2695effb5807a22ff3d138d593fd856244e155e7", "message": null } ```