From 403e6273215f25e109073e0ecba4ee5f371c3bcf Mon Sep 17 00:00:00 2001 From: Junwon Kwon Date: Mon, 24 Oct 2022 01:51:51 +0900 Subject: [PATCH] chore: fix typo (#2289) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1667f81d5..3c1b4209e 100644 --- a/README.md +++ b/README.md @@ -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