瀏覽代碼

swagger.yaml: Remove extra 'the' wrapped by newline

This PR was originally proposed by @phillc here: https://github.com/docker/engine/pull/456

Signed-off-by: FreddieOliveira <fredf_oliveira@ufu.br>
Frederico F. de Oliveira 4 年之前
父節點
當前提交
2db5676c6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/swagger.yaml

+ 1 - 1
api/swagger.yaml

@@ -7310,7 +7310,7 @@ paths:
 
 
 
 
             For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
             For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
-            the query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
+            query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
 
 
 
 
             [Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)
             [Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)