This is an automated email from the ASF dual-hosted git repository.
wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new bf0f2a5793 [YUNIKORN-2154] Fix documentation typo (#368)
bf0f2a5793 is described below
commit bf0f2a5793eb31732793fd636d22baa6f99bef18
Author: Michael Akinyemi <[email protected]>
AuthorDate: Tue Nov 21 13:03:43 2023 +1100
[YUNIKORN-2154] Fix documentation typo (#368)
Fix misspelled word "wll" to "will".
Closes: #368
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
docs/developer_guide/env_setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/developer_guide/env_setup.md
b/docs/developer_guide/env_setup.md
index 18c5bfdaff..3ca7e21f8d 100644
--- a/docs/developer_guide/env_setup.md
+++ b/docs/developer_guide/env_setup.md
@@ -147,7 +147,7 @@ the correct cluster. Without setting the environment
minikube might not find
the docker images when deploying the scheduler.
1. Make sure minikube is started.
-2. In the terminal where you wll run the build, execute:
+2. In the terminal where you will run the build, execute:
```shell script
eval $(minikube docker-env)
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]