Browse Source

typo: fix typo in api documents

Signed-off-by: Lei Jitang <leijitang@huawei.com>
Lei Jitang 8 năm trước cách đây
mục cha
commit
2f0d494682
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      docs/api/v1.22.md
  2. 1 1
      docs/api/v1.23.md
  3. 1 1
      docs/api/v1.24.md

+ 1 - 1
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**:

+ 1 - 1
docs/api/v1.23.md

@@ -1143,7 +1143,7 @@ Update configuration of one or more containers.
          "RestartPolicy": {
            "MaximumRetryCount": 4,
            "Name": "on-failure"
-         },
+         }
        }
 
 **Example response**:

+ 1 - 1
docs/api/v1.24.md

@@ -1170,7 +1170,7 @@ Update configuration of one or more containers.
          "RestartPolicy": {
            "MaximumRetryCount": 4,
            "Name": "on-failure"
-         },
+         }
        }
 
 **Example response**: