From 2b0805b53f9379cd52d73f9dfeab06b6ad3aa805 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Mon, 23 Jan 2017 21:40:40 -0500 Subject: [PATCH] typo: fix typo in api documents Signed-off-by: Lei Jitang Upstream-commit: 2f0d4946823019d2b41a0aac7eaa6b84f8e96e49 Component: engine --- components/engine/docs/api/v1.22.md | 2 +- components/engine/docs/api/v1.23.md | 2 +- components/engine/docs/api/v1.24.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/engine/docs/api/v1.22.md b/components/engine/docs/api/v1.22.md index 0d4d9b55eb..f6d1e13c8d 100644 --- a/components/engine/docs/api/v1.22.md +++ b/components/engine/docs/api/v1.22.md @@ -1108,7 +1108,7 @@ Update resource configs of one or more containers. "Memory": 314572800, "MemorySwap": 514288000, "MemoryReservation": 209715200, - "KernelMemory": 52428800, + "KernelMemory": 52428800 } **Example response**: diff --git a/components/engine/docs/api/v1.23.md b/components/engine/docs/api/v1.23.md index 07e75f55dd..32600bd132 100644 --- a/components/engine/docs/api/v1.23.md +++ b/components/engine/docs/api/v1.23.md @@ -1143,7 +1143,7 @@ Update configuration of one or more containers. "RestartPolicy": { "MaximumRetryCount": 4, "Name": "on-failure" - }, + } } **Example response**: diff --git a/components/engine/docs/api/v1.24.md b/components/engine/docs/api/v1.24.md index 05737e7ae6..fdf5f9e816 100644 --- a/components/engine/docs/api/v1.24.md +++ b/components/engine/docs/api/v1.24.md @@ -1170,7 +1170,7 @@ Update configuration of one or more containers. "RestartPolicy": { "MaximumRetryCount": 4, "Name": "on-failure" - }, + } } **Example response**: