From 4f8567fb9c2f4db6493bdd56c21d7c037a54d84f Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 6 Dec 2024 14:36:44 +0100 Subject: [PATCH] fix: typo in Dockerfile comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7dec59a22..45b57aa0f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh RUN wasm-pack --version # Pre-build all cargo dependencies. Because cargo doesn't have a build option -# to build only the dependecies, we pretend that our project is a simple, empty +# to build only the dependencies, we pretend that our project is a simple, empty # `lib.rs`. When we COPY the actual files we make sure to `touch` lib.rs so # that cargo knows to rebuild it with the new content. COPY Cargo.lock .