From b430becb8f0f6b8d69e68cc73a82ea2873c38639 Mon Sep 17 00:00:00 2001
From: Daniel Edgar <aknot242@gmail.com>
Date: Fri, 14 Feb 2025 07:19:46 -0500
Subject: [PATCH] fix: typo

---
 modules/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/README.md b/modules/README.md
index 624b97c..cde57ec 100644
--- a/modules/README.md
+++ b/modules/README.md
@@ -1,7 +1,7 @@
 # Adding third-party modules to nginx official image
 
 It's possible to extend a mainline image with third-party modules either from
-your own instuctions following a simple filesystem layout/syntax using
+your own instructions following a simple filesystem layout/syntax using
 `build_module.sh` helper script, or falling back to package sources from
 [pkg-oss](https://github.com/nginx/pkg-oss).
 
-- 
GitLab