From 410ddf314c2ef177c9b0b3327d3ec37bcb601ed4 Mon Sep 17 00:00:00 2001 From: imbev <105524473+imbev@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:12:09 -0500 Subject: [PATCH] Correct typo in CONTRIBUTING.md (#692) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cabf83fe..693fa680 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ If you have questions about the project, using PyScript, or anything else, pleas ``` git clone https://github.com/pyscript/pyscript ``` -* cd into the `pyscriptjs` folder using the line below in your terminal (if your terminal is already in pyscrpit then use **cd pyscriptjs** instead) +* cd into the `pyscriptjs` folder using the line below in your terminal (if your terminal is already in pyscript then use **cd pyscriptjs** instead) ``` cd pyscript/pyscriptjs ```