feat(image-build): fix typo (#3787)

pull/3794/head
Shivam Goyal 2020-05-04 13:24:09 +05:30 committed by GitHub
parent 7fe7ce1a0a
commit bfd6cca33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
<i class="fa fa-globe" aria-hidden="true" style="margin-right: 2px;"></i>
URL
</div>
<p>Specify an URL to a file</p>
<p>Specify a URL to a file</p>
</label>
</div>
</div>
@ -138,7 +138,7 @@
</div>
<div class="form-group">
<span class="col-sm-12 text-muted small">
You can upload a Dockerfile or a tar archive containing a Dockerfile from your computer. When using an tarball, the root folder will be used as the build
You can upload a Dockerfile or a tar archive containing a Dockerfile from your computer. When using a tarball, the root folder will be used as the build
context.
</span>
</div>