chore: fix typo (#2289)

This commit is contained in:
Junwon Kwon 2022-10-24 01:51:51 +09:00 committed by GitHub
parent 61312a95ae
commit 403e627321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ and
This flag allows you to pass in ARG values at build time, similarly to Docker.
You can set it multiple times for multiple arguments.
Note that passing values that contain spaces is not natively suppored - you need
Note that passing values that contain spaces is not natively supported - you need
to ensure that the IFS is set to null before your executor command. You can set
this by adding `export IFS=''` before your executor call. See the following
example