From a1268fa341f648ca45c19f2d21cc3e258e44fce1 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 14 Jul 2019 22:24:56 +1200 Subject: [PATCH] docs: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 338becac..0eb288a5 100644 --- a/README.md +++ b/README.md @@ -336,8 +336,8 @@ Execute a shell command: `shell options 'command'` options = (optional) a space separated list of: wait - block slate until the shell command exits. Useful when using shell commands in a sequence binding - path: - the inital working directory to use when starting the command. For example - path:~/code would set the inital working directory to ~/code + path: - the initial working directory to use when starting the command. For example + path:~/code would set the initial working directory to ~/code Example: