From 049dee23278922ac04dff13a4cb25b273deb68e8 Mon Sep 17 00:00:00 2001 From: evnsnclr Date: Sat, 24 May 2025 18:55:01 -0400 Subject: [PATCH] Fix typos in Developer Guide regarding Lume installation instructions --- docs/Developer-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index baeeeafc..52d9d978 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -62,7 +62,7 @@ Refer to the [Lume README](../libs/lume/docs/Development.md) for instructions on ## Python Development -There are two ways to instal Lume: +There are two ways to install Lume: ### Run the build script @@ -91,7 +91,7 @@ To install with PDM, simply run: pdm install -G:all ``` -This installs all the dependencies for development, testing, and building the docs. If you'd oly like development dependencies, you can run: +This installs all the dependencies for development, testing, and building the docs. If you'd only like development dependencies, you can run: ```console pdm install -d