From 6512fc44677098738277718690649c0420ed4ca3 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Mon, 25 Mar 2024 15:58:03 +0100 Subject: [PATCH] grammar --- docs/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 9bf857dc..e053c597 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -148,7 +148,7 @@ export $PATH=".:$PATH" ### Node.js project Afeter you have installed LIPS you can create a new Node.js project and write LIPS Scheme code -instead of JavaScript, using everything Node.js provide See documentation about [Integration with +instead of JavaScript, using everything Node.js provides. See documentation about [Integration with JavaScript](/docs/lips/intro#integration-with-javascript). ```bash