From 41f4ca3414b9e48c663b04d2ace044ee355d834e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 16 Mar 2020 22:19:57 -0400 Subject: [PATCH] grammar (#373) --- docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index 78cbfb578..8d68a446f 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -44,7 +44,7 @@ Sample developer flow: ```bash git clone https://github.com/actions/runner cd ./src -./dev.(sh/cmd) layout # the runner that build from source is in {root}/_layout +./dev.(sh/cmd) layout # the runner that built from source is in {root}/_layout ./dev.(sh/cmd) build # {root}/_layout will get updated ./dev.(sh/cmd) test # run all unit tests before git commit/push