Browse code

docs: fix double "the" in existing API versions

Backport of 2db5676c6e827ce311a87224cf5f2e3ae8b68afd to the swagger files
used in the documentation

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 240d0b37bbb25f47f7443a47c15029465c2338e4)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2021/01/27 20:24:47
Showing 5 changed files
... ...
@@ -6196,7 +6196,7 @@ paths:
6196 6196
 
6197 6197
 
6198 6198
             For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
6199
-            the query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
6199
+            query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
6200 6200
 
6201 6201
 
6202 6202
             [Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)
... ...
@@ -6257,7 +6257,7 @@ paths:
6257 6257
 
6258 6258
 
6259 6259
             For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
6260
-            the query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
6260
+            query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
6261 6261
 
6262 6262
 
6263 6263
             [Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)
... ...
@@ -7004,7 +7004,7 @@ paths:
7004 7004
 
7005 7005
 
7006 7006
             For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
7007
-            the query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
7007
+            query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
7008 7008
 
7009 7009
 
7010 7010
             [Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)
... ...
@@ -7142,7 +7142,7 @@ paths:
7142 7142
 
7143 7143
 
7144 7144
             For example, the build arg `FOO=bar` would become `{"FOO":"bar"}` in JSON. This would result in the
7145
-            the query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
7145
+            query parameter `buildargs={"FOO":"bar"}`. Note that `{"FOO":"bar"}` should be URI component encoded.
7146 7146
 
7147 7147
 
7148 7148
             [Read more about the buildargs instruction.](https://docs.docker.com/engine/reference/builder/#arg)
... ...
@@ -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)