From a5f6c9b82ceee093b3e2fcb71ca8db102cabe452 Mon Sep 17 00:00:00 2001 From: zhufl Date: Mon, 6 Jan 2020 15:26:01 +0800 Subject: [PATCH] Fix duplicated words issume like "object of of the instance" This is to fix the duplicated words issume like "The ``links`` object of of the instance". Change-Id: Id00df4734b20871c85a76a01d1b1693042ddbdd8 --- api-ref/source/parameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 17deaa3d26..610628396e 100755 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -437,7 +437,7 @@ instance_link_rel: type: string instance_links: description: | - The ``links`` object of of the instance. + The ``links`` object of the instance. in: body required: true type: array