Browse code

Clean up some uses on 'an' in builder docs

Paul Weaver authored on 2014/06/21 06:36:31
Showing 1 changed files
... ...
@@ -239,13 +239,13 @@ In the case where `<src>` is a remote file URL, the destination will have permis
239 239
 
240 240
 > **Note**:
241 241
 > If you build using STDIN (`docker build - < somefile`), there is no
242
-> build context, so the Dockerfile can only contain an URL based ADD
242
+> build context, so the Dockerfile can only contain a URL based ADD
243 243
 > statement.
244 244
 
245 245
 > **Note**:
246 246
 > If your URL files are protected using authentication, you will need to
247
-> use an `RUN wget` , `RUN curl`
248
-> or other tool from within the container as ADD does not support
247
+> use `RUN wget` , `RUN curl`
248
+> or use another tool from within the container as ADD does not support
249 249
 > authentication.
250 250
 
251 251
 The copy obeys the following rules: