From 8d1c8041e92e32ae8e6c679753adf716b7a5fc0c Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 9 Dec 2020 22:02:07 -0800 Subject: [PATCH] change to directory --- .tours/contributing.tour | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tours/contributing.tour b/.tours/contributing.tour index 1c5368ea..736fe7a3 100644 --- a/.tours/contributing.tour +++ b/.tours/contributing.tour @@ -3,7 +3,7 @@ "title": "Contributing", "steps": [ { - "file": "src", + "directory": "src", "line": 1, "description": "Hello world! code-server's source code lives here. It's broadly arranged into browser code, Node code, and code shared between both." },