Browse code

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>
(cherry picked from commit 2db5676c6e827ce311a87224cf5f2e3ae8b68afd)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Frederico F. de Oliveira authored on 2021/01/23 12:35:49
Showing 1 changed files
... ...
@@ -7310,7 +7310,7 @@ paths:
7310 7310
 
7311 7311
 
7312 7312
             For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
7313
-            the query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
7313
+            query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
7314 7314
 
7315 7315
 
7316 7316
             [Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)