From 443bc0a5f8e9d5f86fe64b971312f6e9da50ed8f Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 16:57:29 +0530 Subject: [PATCH] docs: fix typo envrionment -> environment Signed-off-by: Vaibhav Srivastava --- pyodide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyodide/README.md b/pyodide/README.md index fb2fde8253..9bb9089bb6 100644 --- a/pyodide/README.md +++ b/pyodide/README.md @@ -15,7 +15,7 @@ There are two ways to build pyodide ifcopenshell Python wrapper wheel. The way to avoid it, if build fails, is to use `pyodide build-recipes-no-deps ifcopenshell --continue` instead. - run `setup.py` in `IfcOpenShell` root, producing a wheel in `IfcOpenShell/dist` - copy that wheel to `packages/ifcopenshell/dist` - - `--install` it to current build envrionment + - `--install` it to current build environment - copy the wheel next to `dist` folder (in root directory, next to `packages`) - add wheel to `dist/pyodide-lock.json`