From 8a147e6b91b951abb5ade302913888af6b77f932 Mon Sep 17 00:00:00 2001 From: Phill Conrad Date: Fri, 21 Jan 2022 13:09:36 -0800 Subject: [PATCH] Update x-where-is-node.md --- systems-programming/x-where-is-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems-programming/x-where-is-node.md b/systems-programming/x-where-is-node.md index 33604b4b..5a3f93d4 100644 --- a/systems-programming/x-where-is-node.md +++ b/systems-programming/x-where-is-node.md @@ -1,6 +1,6 @@ {% if include.problem %} -Write a program called `wherenode.js` that prints the full path to the version of Node is is run with. +Write a program called `wherenode.js` that prints the full path to the version of Node it is run with. {% else %}