From 63239b0e02a5513012250e71447127e900fd081f Mon Sep 17 00:00:00 2001 From: nadiaguiffant <113976986+nadiaguiffant@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:16:01 +0200 Subject: [PATCH] Update specification.rst correction "pacakges" to "packages" --- docs/source/specification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/specification.rst b/docs/source/specification.rst index 28226845e..bd635b231 100644 --- a/docs/source/specification.rst +++ b/docs/source/specification.rst @@ -10,7 +10,7 @@ and the resulting actions that repo2docker takes is known as the **Reproducible Execution Environment Specification** (or REES). The goal of the REES is to automate and encourage existing community best practices -for reproducible computational environments. This includes installing pacakges using +for reproducible computational environments. This includes installing packages using community-standard specification files and their corresponding tools, such as ``requirements.txt`` (with ``pip``), ``Project.toml`` (with Julia), or ``apt.txt`` (with ``apt``). While repo2docker automates the